diff --git a/hacking/SideMenuController.js b/hacking/SideMenuController.js index dc27973571..1d97e9910b 100644 --- a/hacking/SideMenuController.js +++ b/hacking/SideMenuController.js @@ -18,7 +18,6 @@ this.content.endDrag = function(e) { _this._endDrag(e); }; - }; SideMenuController.prototype = { diff --git a/hacking/sideMenu.html b/hacking/sideMenu.html index e08c549aea..26e50d1c82 100644 --- a/hacking/sideMenu.html +++ b/hacking/sideMenu.html @@ -10,7 +10,7 @@ -
+ + + - - + + diff --git a/js/ionic-events.js b/js/ionic-events.js index 432417c431..5fb9d79f6c 100644 --- a/js/ionic-events.js +++ b/js/ionic-events.js @@ -100,8 +100,8 @@ ionic.on = function() { ionic.EventController.on.apply(ionic.EventController, arguments); } ionic.off = function() { ionic.EventController.off.apply(ionic.EventController, arguments); } ionic.trigger = function() { ionic.EventController.trigger.apply(ionic.EventController.trigger, arguments); } - ionic.onGensture = function() { ionic.EventController.onGesture.apply(ionic.EventController.onGesture, arguments); } - ionic.offGensture = function() { ionic.EventController.offGesture.apply(ionic.EventController.offGesture, arguments); } + ionic.onGesture = function() { ionic.EventController.onGesture.apply(ionic.EventController.onGesture, arguments); } + ionic.offGesture = function() { ionic.EventController.offGesture.apply(ionic.EventController.offGesture, arguments); } // Set up various listeners window.addEventListener('click', ionic.EventController.handleClick);