aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/controller
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 22:53:07 -0700
committerValerio Virgillito2012-05-03 22:53:07 -0700
commit24b483db367291b72170f969de78efcb1a9b95bd (patch)
treea691a7803cefbfa76a6331a50cbeebcd16287d91 /node_modules/montage/ui/controller
parentdc93269cfa7c315d22d85c8217e2412749643f28 (diff)
downloadninja-24b483db367291b72170f969de78efcb1a9b95bd.tar.gz
integrating the latest montage version
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/controller')
-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