diff options
author | Armen Kesablyan | 2012-06-19 22:51:04 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-19 22:51:04 -0700 |
commit | 20ea3997661b068fc6628ffa573e1b2d47e3a800 (patch) | |
tree | a797d8566c0bd73b76f9a77e025a5bf5b02988e3 /js/controllers | |
parent | 2ef72cdf0e59fb3623a2c13251ac707522f3dc5a (diff) | |
download | ninja-20ea3997661b068fc6628ffa573e1b2d47e3a800.tar.gz |
Binding View - Mouse Over Element Pop up Hud
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/controllers')
-rw-r--r-- | js/controllers/objects-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/objects-controller.js b/js/controllers/objects-controller.js index 877f7f9f..b75d2126 100644 --- a/js/controllers/objects-controller.js +++ b/js/controllers/objects-controller.js | |||
@@ -219,7 +219,7 @@ var objectsController = exports.ObjectsController = Montage.create(Component, { | |||
219 | 219 | ||
220 | if(value) { | 220 | if(value) { |
221 | this.currentObjectBindings = this.getObjectBindings(value); | 221 | this.currentObjectBindings = this.getObjectBindings(value); |
222 | console.log("Property list", this.getPropertyList(value, true)); | 222 | //console.log("Property list", this.getPropertyList(value, true)); |
223 | } else { | 223 | } else { |
224 | this.currentObjectBindings = []; | 224 | this.currentObjectBindings = []; |
225 | } | 225 | } |