From bcfb200482c26b2bfc0d6577b1eb0de7a19a6762 Mon Sep 17 00:00:00 2001
From: John Mayhew
Date: Thu, 26 Apr 2012 16:23:59 -0700
Subject: Removing all "module" declarations and replaced with "prototype" in
 preparation for montage converting to the new "prototype" format fully

---
 js/components/combobox.reel/combobox.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'js/components/combobox.reel')

diff --git a/js/components/combobox.reel/combobox.html b/js/components/combobox.reel/combobox.html
index d78cc9c1..a68dd37f 100755
--- a/js/components/combobox.reel/combobox.html
+++ b/js/components/combobox.reel/combobox.html
@@ -9,8 +9,7 @@
     <script type="text/montage-serialization">
     {
         "owner": {
-            "module": "js/components/combobox.reel",
-            "name": "Combobox",
+            "prototype": "js/components/combobox.reel",
             "properties": {
                 "element": {"#": "cb_comp"}
             }
-- 
cgit v1.2.3