aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/textarea.reel/textarea.js
diff options
context:
space:
mode:
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'},