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

Commit c7231650 by sdepold

renamed method

1 parent 4cc02fda
Showing with 2 additions and 2 deletions
...@@ -54,7 +54,7 @@ module.exports = (function() { ...@@ -54,7 +54,7 @@ module.exports = (function() {
}) })
chainer chainer
.runSerial({ skipOnError: true }) .runSerially({ skipOnError: true })
.success(function() { emitter.emit('success', null) }) .success(function() { emitter.emit('success', null) })
.error(function(err) { emitter.emit('failure', err) }) .error(function(err) { emitter.emit('failure', err) })
} }
......
...@@ -37,7 +37,7 @@ module.exports = (function() { ...@@ -37,7 +37,7 @@ module.exports = (function() {
return this.eventEmitter.run() return this.eventEmitter.run()
} }
QueryChainer.prototype.runSerial = function(options) { QueryChainer.prototype.runSerially = function(options) {
var self = this var self = this
options = Utils._.extend({ options = Utils._.extend({
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!