aboutsummaryrefslogtreecommitdiff
path: root/js/components/menu/menu-item.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/menu/menu-item.reel')
-rwxr-xr-xjs/components/menu/menu-item.reel/menu-item.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/js/components/menu/menu-item.reel/menu-item.js b/js/components/menu/menu-item.reel/menu-item.js
index fc3913b8..9c18ed37 100755
--- a/js/components/menu/menu-item.reel/menu-item.js
+++ b/js/components/menu/menu-item.reel/menu-item.js
@@ -82,7 +82,7 @@ exports.MenuItem = Montage.create(Component, {
82 }); 82 });
83 83
84 } 84 }
85 85/*
86 if(this.data.enabled.boundProperty) { 86 if(this.data.enabled.boundProperty) {
87 87
88 boundObject = this.application.ninja[this.data.enabled.boundObj]; 88 boundObject = this.application.ninja[this.data.enabled.boundObj];
@@ -95,9 +95,11 @@ exports.MenuItem = Montage.create(Component, {
95 }); 95 });
96 96
97 } else { 97 } else {
98 */
98 this.enabled = this.data.enabled; 99 this.enabled = this.data.enabled;
100 /*
99 } 101 }
100 102 */
101 if(this.data.submenu) { 103 if(this.data.submenu) {
102 this.submenu = true; 104 this.submenu = true;
103 105