Skip to content

Commit

Permalink
meant to true that
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Sep 3, 2012
1 parent 254d152 commit b284746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
*/
function mixin ( supplier, force ) {
if ( !gnd(this) ) { throw new TypeError('@mixin'); }
return expand(this, supplier, force);
return expand(this, supplier, force, true);
}

/**
Expand Down
4 changes: 2 additions & 2 deletions hook.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b284746

Please sign in to comment.