diff options
Diffstat (limited to 'js/components/textfield.reel')
-rwxr-xr-x | js/components/textfield.reel/textfield.html | 2 | ||||
-rwxr-xr-x | js/components/textfield.reel/textfield.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/components/textfield.reel/textfield.html b/js/components/textfield.reel/textfield.html index 120d3c9b..34179fce 100755 --- a/js/components/textfield.reel/textfield.html +++ b/js/components/textfield.reel/textfield.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
diff --git a/js/components/textfield.reel/textfield.js b/js/components/textfield.reel/textfield.js index ee880910..ccce73d4 100755 --- a/js/components/textfield.reel/textfield.js +++ b/js/components/textfield.reel/textfield.js | |||
@@ -37,7 +37,7 @@ exports.TextField = Montage.create(Component, { | |||
37 | enumerable: false, | 37 | enumerable: false, |
38 | value: false | 38 | value: false |
39 | }, | 39 | }, |
40 | 40 | ||
41 | _value: { | 41 | _value: { |
42 | enumerable: false, | 42 | enumerable: false, |
43 | value: "" | 43 | value: "" |