aboutsummaryrefslogtreecommitdiff
path: root/js/panels
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-23 13:58:16 -0700
committerArmen Kesablyan2012-06-23 13:58:16 -0700
commit24c6741d594b9d4167cd4de407a625eb43ebe7cc (patch)
tree7781f7a12abb0484363a805c44d1a52046b35d37 /js/panels
parent3c9d7334cac82f66adbdb2cce55a73c4c51ae413 (diff)
downloadninja-24c6741d594b9d4167cd4de407a625eb43ebe7cc.tar.gz
Binding View: Fixed If Selected Div Erroring Out
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels')
-rw-r--r--js/panels/binding/binding-item.reel/binding-item.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/js/panels/binding/binding-item.reel/binding-item.js b/js/panels/binding/binding-item.reel/binding-item.js
index a1017020..adc6320c 100644
--- a/js/panels/binding/binding-item.reel/binding-item.js
+++ b/js/panels/binding/binding-item.reel/binding-item.js
@@ -106,18 +106,6 @@ exports.BindingItem = Montage.create(Component, {
106 106
107 /* -------------- Component Draw Cycle -------------- */ 107 /* -------------- Component Draw Cycle -------------- */
108 108
109 templateDidLoad : {
110 value: function() {
111 console.log("loaded binding item");
112 }
113 },
114
115 prepareForDraw: {
116 value: function() {
117 console.log("preparing to draw binding item");
118 }
119 },
120
121 draw : { 109 draw : {
122 value: function() { 110 value: function() {
123 if(this.oneway) { 111 if(this.oneway) {