aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/components/menu/menu-entry.reel/menu-entry.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/components/menu/menu-entry.reel/menu-entry.js b/js/components/menu/menu-entry.reel/menu-entry.js
index ae3469c6..b765471b 100755
--- a/js/components/menu/menu-entry.reel/menu-entry.js
+++ b/js/components/menu/menu-entry.reel/menu-entry.js
@@ -107,6 +107,9 @@ exports.MenuEntry = Montage.create(Component, {
107 107
108 this.element.addEventListener("mousedown", this, true); 108 this.element.addEventListener("mousedown", this, true);
109 109
110 this.topHeader.addEventListener("mouseover", this, false);//Todo: check why this listener as not getting added menuIsActive
111
112 //Todo: check this binding
110 Object.defineBinding(this, "menuIsActive", { 113 Object.defineBinding(this, "menuIsActive", {
111 boundObject: this._menu, 114 boundObject: this._menu,
112 boundObjectPropertyPath: "active", 115 boundObjectPropertyPath: "active",