Builder/AddPropertyPopup.js
authorAlan Knowles <alan@akkbhome.com>
Sun, 16 May 2010 01:35:24 +0000 (09:35 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 16 May 2010 01:35:24 +0000 (09:35 +0800)
Builder/AddPropertyPopup.js

index 32cbd30..d3caaec 100644 (file)
@@ -63,7 +63,7 @@ AddPropertyPopup = new XObject({
                     LeftPanel.get('model').add( {
                         key : '|init', 
                         type : 'function',
-                        skel  : "function() {\n    XObject.prototype.init.call(this);\n}\n",
+                        val  : "function() {\n    XObject.prototype.init.call(this);\n}\n",
                         etype : 'props'
                     }) //, skel);
                 }