Skip to content

Commit

Permalink
Merge pull request #21 from TerminalStar/master
Browse files Browse the repository at this point in the history
Bind this in forEach callback
  • Loading branch information
olivierchatry authored Mar 9, 2018
2 parents 80baa30 + 9efa845 commit 1121a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/create-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function(bindEvent, unbindEvent) {
invokeAction(actionObject);
}
self.mousetraps.push(mousetrap);
});
}, this);

}),

Expand Down

0 comments on commit 1121a08

Please sign in to comment.