From 24b483db367291b72170f969de78efcb1a9b95bd Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 3 May 2012 22:53:07 -0700 Subject: integrating the latest montage version Signed-off-by: Valerio Virgillito --- node_modules/montage/ui/controller/array-controller.js | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 node_modules/montage/ui/controller/array-controller.js (limited to 'node_modules/montage/ui/controller') diff --git a/node_modules/montage/ui/controller/array-controller.js b/node_modules/montage/ui/controller/array-controller.js old mode 100755 new mode 100644 index f355efc1..215e7b25 --- 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, if (this._content === value) { return; } - this._content = value; //TODO for right now assume that any content change invalidates the selection completely; we'll need to address this of course -- cgit v1.2.3