Skip to content

Commit

Permalink
Merge pull request #110 from msg7086-forks/fix-95
Browse files Browse the repository at this point in the history
Fix #95 Typo on MoveEnd method
  • Loading branch information
binux authored Apr 11, 2017
2 parents c28cde2 + da2f384 commit d3a8346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/yaaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var YAAW = (function() {
YAAW.contextmenu.movedown();
});
$("#menuMoveEnd").live("click", function() {
YAAW.contextmenu.moveEnd();
YAAW.contextmenu.moveend();
});
$("#menuRestart").live("click", function() {
YAAW.contextmenu.restart();
Expand Down

0 comments on commit d3a8346

Please sign in to comment.