aboutsummaryrefslogtreecommitdiff
path: root/js/components/combobox.reel/combobox.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/combobox.reel/combobox.html')
-rwxr-xr-xjs/components/combobox.reel/combobox.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/components/combobox.reel/combobox.html b/js/components/combobox.reel/combobox.html
index d78cc9c1..81920005 100755
--- a/js/components/combobox.reel/combobox.html
+++ b/js/components/combobox.reel/combobox.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/combobox.reel", 12 "prototype": "js/components/combobox.reel",
13 "name": "Combobox",
14 "properties": { 13 "properties": {
15 "element": {"#": "cb_comp"} 14 "element": {"#": "cb_comp"}
16 } 15 }
@@ -19,6 +18,6 @@
19 </script> 18 </script>
20</head> 19</head>
21<body> 20<body>
22 <select id="cb_comp" class="nj-skinned" /> 21 <select data-montage-id="cb_comp" class="nj-skinned" />
23</body> 22</body>
24</html> \ No newline at end of file 23</html> \ No newline at end of file