aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/objects-controller.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-19 22:51:04 -0700
committerArmen Kesablyan2012-06-19 22:51:04 -0700
commit20ea3997661b068fc6628ffa573e1b2d47e3a800 (patch)
treea797d8566c0bd73b76f9a77e025a5bf5b02988e3 /js/controllers/objects-controller.js
parent2ef72cdf0e59fb3623a2c13251ac707522f3dc5a (diff)
downloadninja-20ea3997661b068fc6628ffa573e1b2d47e3a800.tar.gz
Binding View - Mouse Over Element Pop up Hud
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/controllers/objects-controller.js')
-rw-r--r--js/controllers/objects-controller.js2
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 }