Skip to content

Commit

Permalink
Remove old code leftovers.
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Jun 9, 2015
1 parent 36698a0 commit 0b91484
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stampit.js
Expand Up @@ -126,9 +126,6 @@ stampit = function stampit(options) {
}

var factory = function Factory(refs, args) {
//refs = refs ? mixer.merge({}, fixed.props, refs) : deepClone(fixed.props);
//var instance = mixer.mixin(create(fixed.methods), fixed.refs, refs);

var instance = mixer.mixin(create(fixed.methods), fixed.refs, refs); // props are merged into refs
mixer.mergeUnique(instance, fixed.props);

Expand Down

0 comments on commit 0b91484

Please sign in to comment.