aboutsummaryrefslogtreecommitdiff
path: root/js/components/textfield.reel
diff options
context:
space:
mode:
authorJohn Mayhew2012-04-26 16:23:59 -0700
committerJohn Mayhew2012-04-26 16:23:59 -0700
commitbcfb200482c26b2bfc0d6577b1eb0de7a19a6762 (patch)
treec61bee4e6a61a14b0eba680876bb5839d8a0d526 /js/components/textfield.reel
parent62cd8d643ce69b7f38295fad511a4b6d3d4dd638 (diff)
downloadninja-bcfb200482c26b2bfc0d6577b1eb0de7a19a6762.tar.gz
Removing all "module" declarations and replaced with "prototype" in preparation for montage converting to the new "prototype" format fully
Diffstat (limited to 'js/components/textfield.reel')
-rwxr-xr-xjs/components/textfield.reel/textfield.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/components/textfield.reel/textfield.html b/js/components/textfield.reel/textfield.html
index 89adf776..22f487ac 100755
--- a/js/components/textfield.reel/textfield.html
+++ b/js/components/textfield.reel/textfield.html
@@ -9,8 +9,7 @@
9 <script type="text/montage-serialization"> 9 <script type="text/montage-serialization">
10 { 10 {
11 "owner": { 11 "owner": {
12 "module": "js/components/textfield.reel", 12 "prototype": "js/components/textfield.reel[TextField]",
13 "name": "TextField",
14 "properties": { 13 "properties": {
15 "element": {"#": "textfield"} 14 "element": {"#": "textfield"}
16 } 15 }