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

Commit aa6097d8 by Jan Aagaard Meier

Fix typo

1 parent 3ea35a4e
Showing with 1 additions and 1 deletions
......@@ -53,7 +53,7 @@ module.exports = (function() {
.run()
.success(function() { emitter.emit('success', newAssociations) })
.error(function(err) { emitter.emit('error', err) })
.on('sql', function(sql) { emitterProxy.emit('sql', sql) })
.on('sql', function(sql) { emitter.emit('sql', sql) })
}
HasManySingleLinked.prototype.injectAdder = function(emitterProxy, newAssociation) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!