aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/controller/array-controller.js
diff options
context:
space:
mode:
authorJonathan Duran2012-05-11 14:13:07 -0700
committerJonathan Duran2012-05-11 14:13:07 -0700
commit1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2 (patch)
tree2563aa7694c3caaf813ca71ef3250b2a76ee0041 /node_modules/montage/ui/controller/array-controller.js
parent32257ac142f872d3c1f6c07504bae77ae884ed93 (diff)
parent6fcaa4e923a19672b5860b4c6f67d836680e7e99 (diff)
downloadninja-1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2.tar.gz
Merge branch 'refs/heads/TimelineUber' into TimelineProps
Diffstat (limited to 'node_modules/montage/ui/controller/array-controller.js')
-rw-r--r--[-rwxr-xr-x]node_modules/montage/ui/controller/array-controller.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/node_modules/montage/ui/controller/array-controller.js b/node_modules/montage/ui/controller/array-controller.js
index f355efc1..215e7b25 100755..100644
--- a/node_modules/montage/ui/controller/array-controller.js
+++ b/node_modules/montage/ui/controller/array-controller.js
@@ -42,7 +42,6 @@ var ArrayController = exports.ArrayController = Montage.create(ObjectController,
42 if (this._content === value) { 42 if (this._content === value) {
43 return; 43 return;
44 } 44 }
45
46 this._content = value; 45 this._content = value;
47 46
48 //TODO for right now assume that any content change invalidates the selection completely; we'll need to address this of course 47 //TODO for right now assume that any content change invalidates the selection completely; we'll need to address this of course