aboutsummaryrefslogtreecommitdiff
path: root/js/components/textfield.reel
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/textfield.reel')
-rwxr-xr-xjs/components/textfield.reel/textfield.html2
-rwxr-xr-xjs/components/textfield.reel/textfield.js2
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>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All 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: ""