aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/textarea.reel/textarea.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-04-20 10:44:02 -0700
committerJose Antonio Marquez2012-04-20 10:44:02 -0700
commit0b7848540a7ca84b7c67821fedc275cf243eff2f (patch)
treea26b2986d412a02eb93fc7fa1b0f495cab40e757 /node_modules/montage/ui/textarea.reel/textarea.js
parent154d1a8fdbbe050dbfc97cd13baa8981d8fc1e47 (diff)
parent8a546291a9d0de3bda1a7765ae9008f2ad052bba (diff)
downloadninja-0b7848540a7ca84b7c67821fedc275cf243eff2f.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'node_modules/montage/ui/textarea.reel/textarea.js')
-rw-r--r--node_modules/montage/ui/textarea.reel/textarea.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/montage/ui/textarea.reel/textarea.js b/node_modules/montage/ui/textarea.reel/textarea.js
index 5cba6532..70d88660 100644
--- a/node_modules/montage/ui/textarea.reel/textarea.js
+++ b/node_modules/montage/ui/textarea.reel/textarea.js
@@ -8,7 +8,7 @@ var Montage = require("montage").Montage,
8Component = require("ui/component").Component, 8Component = require("ui/component").Component,
9TextInput = require("ui/text-input").TextInput; 9TextInput = require("ui/text-input").TextInput;
10 10
11var TextArea = exports.TextArea = Montage.create(TextInput, { 11var Textarea = exports.Textarea = Montage.create(TextInput, {
12 12
13 textContent: { 13 textContent: {
14 get: function() { 14 get: function() {
@@ -21,7 +21,7 @@ var TextArea = exports.TextArea = Montage.create(TextInput, {
21 21
22}); 22});
23 23
24TextArea.addAttributes({ 24Textarea.addAttributes({
25 autofocus: {dataType: 'boolean'}, 25 autofocus: {dataType: 'boolean'},
26 cols: null, 26 cols: null,
27 dirname: null, 27 dirname: null,