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

Commit 9e8803c7 by sdepold

removed inherited methods

1 parent 11ba91c4
Showing with 0 additions and 10 deletions
......@@ -35,16 +35,6 @@ module.exports = (function() {
return this
}
Query.prototype.success = Query.prototype.ok = function(fct) {
this.on('success', fct)
return this
}
Query.prototype.failure = Query.prototype.fail = Query.prototype.error = function(fct) {
this.on('failure', fct)
return this
}
//private
var onSuccess = function(results, metaData) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!