Renamed panel to menu

This commit is contained in:
Max Lynch
2013-08-31 19:05:55 -05:00
parent 3f84ba6b86
commit 34f7c94d1b
3 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
(function(window, document, ion) {
ion.controllers = ion.controllers || {};
ion.controllers.LeftRightPanelViewController = function(options) {
ion.controllers.LeftRightMenuViewController = function(options) {
var _this = this;
this.animateClass = options.animateClass;
@ -36,7 +36,7 @@
}, this.center);
};
ion.controllers.LeftRightPanelViewController.prototype = {
ion.controllers.LeftRightMenuViewController.prototype = {
setIsLeftEnabled: function(isLeftEnabled) {
this._isLeftEnabled = isLeftEnabled;
},