Skip to content

Commit

Permalink
Misplaced comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Jun 9, 2015
1 parent 0b91484 commit 6a47f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stampit.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ stampit = function stampit(options) {
}

var factory = function Factory(refs, args) {
var instance = mixer.mixin(create(fixed.methods), fixed.refs, refs); // props are merged into refs
mixer.mergeUnique(instance, fixed.props);
var instance = mixer.mixin(create(fixed.methods), fixed.refs, refs);
mixer.mergeUnique(instance, fixed.props); // props are safely merged into refs

if (fixed.init.length > 0) {
args = slice(arguments, 1, arguments.length);
Expand Down

0 comments on commit 6a47f5e

Please sign in to comment.