diff options
author | Valerio Virgillito | 2012-04-30 15:34:16 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-30 15:34:16 -0700 |
commit | b8dc3c42715274e61b34dc3c65e023078123f2e2 (patch) | |
tree | e9fdd36e82326b1b87930410b89f8c8a10bd8510 /js/components/textfield.reel | |
parent | e46d154b7821741618bf999c9216761ea36ad003 (diff) | |
download | ninja-b8dc3c42715274e61b34dc3c65e023078123f2e2.tar.gz |
fixing the menu and tool properties
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/textfield.reel')
-rwxr-xr-x | js/components/textfield.reel/textfield.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/textfield.reel/textfield.html b/js/components/textfield.reel/textfield.html index 22f487ac..f3f8ac53 100755 --- a/js/components/textfield.reel/textfield.html +++ b/js/components/textfield.reel/textfield.html | |||
@@ -18,6 +18,6 @@ | |||
18 | </script> | 18 | </script> |
19 | </head> | 19 | </head> |
20 | <body> | 20 | <body> |
21 | <input id="textfield" class="nj-skinned" type="text"> | 21 | <input data-montage-id="textfield" class="nj-skinned" type="text"> |
22 | </body> | 22 | </body> |
23 | </html> \ No newline at end of file | 23 | </html> \ No newline at end of file |