aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/editable-text.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-19 00:45:26 -0700
committerArmen Kesablyan2012-06-19 00:45:26 -0700
commitc59eb371559a3061ce53223e249ca97daace5968 (patch)
treef9540e26c0f273d35f92010605da65dd85bbe70c /node_modules/montage/ui/editable-text.js
parent0f040acabfb7a4bf3138debec5aff869487ceb11 (diff)
parent918a4f5870e972b6e4e301c3237e065a1ffd26f5 (diff)
downloadninja-c59eb371559a3061ce53223e249ca97daace5968.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'node_modules/montage/ui/editable-text.js')
-rwxr-xr-xnode_modules/montage/ui/editable-text.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/montage/ui/editable-text.js b/node_modules/montage/ui/editable-text.js
index 28349e6b..09493b43 100755
--- a/node_modules/montage/ui/editable-text.js
+++ b/node_modules/montage/ui/editable-text.js
@@ -164,7 +164,8 @@ var EditableText = exports.EditableText = Montage.create(Component, /** @lends m
164 }, 164 },
165 set: function(v) { 165 set: function(v) {
166 this._updateOnInput = v; 166 this._updateOnInput = v;
167 } 167 },
168 serializable: true
168 }, 169 },
169 170
170 171