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

Commit 501baf72 by Elliot Foster

Make variable definition pattern consistent

1 parent 8fb8bbc2
Showing with 2 additions and 1 deletions
......@@ -10,7 +10,8 @@ module.exports = (function() {
}
HasManyDoubleLinked.prototype.injectGetter = function(options) {
var self = this, _options = options
var self = this
, _options = options
var customEventEmitter = new Utils.CustomEventEmitter(function() {
var where = {}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!