不要怂,就是干,撸起袖子干!

Commit 4acc519d by sdepold

removed query function

1 parent 416c483b
Showing with 0 additions and 8 deletions
...@@ -250,14 +250,6 @@ module.exports = (function() { ...@@ -250,14 +250,6 @@ module.exports = (function() {
}) })
} }
var query = function() {
var args = Utils._.map(arguments, function(arg, _) { return arg })
, s = this.__factory.modelFactoryManager.sequelize
args.push(this)
return s.query.apply(s, args)
}
/* Add the instance methods to Model */ /* Add the instance methods to Model */
Utils._.extend(Model.prototype, Mixin.prototype) Utils._.extend(Model.prototype, Mixin.prototype)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!