aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/controller/array-controller.js
diff options
context:
space:
mode:
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