aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/textarea.reel/textarea.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-08 13:56:09 -0800
committerValerio Virgillito2012-03-08 13:56:09 -0800
commit22a66cb6e243a3f1c867b62e3942fd2e828019d9 (patch)
tree4b2f8bf0d8306964f35435dac3d1f6592b3dee19 /node_modules/montage/ui/textarea.reel/textarea.js
parentcef07085443b7c31e878daaad083b7408c57e104 (diff)
downloadninja-22a66cb6e243a3f1c867b62e3942fd2e828019d9.tar.gz
integrating v0.7 montage into ninja
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/textarea.reel/textarea.js')
-rw-r--r--node_modules/montage/ui/textarea.reel/textarea.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/montage/ui/textarea.reel/textarea.js b/node_modules/montage/ui/textarea.reel/textarea.js
index f812fb97..5cba6532 100644
--- a/node_modules/montage/ui/textarea.reel/textarea.js
+++ b/node_modules/montage/ui/textarea.reel/textarea.js
@@ -22,7 +22,7 @@ var TextArea = exports.TextArea = Montage.create(TextInput, {
22}); 22});
23 23
24TextArea.addAttributes({ 24TextArea.addAttributes({
25 autofocus: null, 25 autofocus: {dataType: 'boolean'},
26 cols: null, 26 cols: null,
27 dirname: null, 27 dirname: null,
28 disabled: {dataType: 'boolean'}, 28 disabled: {dataType: 'boolean'},