Skip to content

Commit

Permalink
Make variable definition pattern consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotf committed Nov 11, 2013
1 parent 8fb8bbc commit 501baf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/associations/has-many-double-linked.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 501baf7

Please sign in to comment.