aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/editable-text.js
diff options
context:
space:
mode:
authorhwc4872012-06-13 14:04:09 -0700
committerhwc4872012-06-13 14:04:09 -0700
commit3e481dd581e0305dd8b572ed0d17e86622223464 (patch)
treeaca2b28aa72857a52e047fb94090c34ab8dd1c2c /node_modules/montage/ui/editable-text.js
parenta7aa51e6b91623772eef54b827616432838b560e (diff)
parent682f4917d6badd105998c3dd84d031c38b51f017 (diff)
downloadninja-3e481dd581e0305dd8b572ed0d17e86622223464.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into Textures
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