Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlidman committed Mar 17, 2015
1 parent 3033d29 commit 86065d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,10 @@ module.exports = {
mouse.bind('s', function() {
$('#skip').click();
});

mouse.bind('f', function() {
$('#fixed').click();
});
},

edit: function() {
Expand Down

0 comments on commit 86065d0

Please sign in to comment.