JSDOC/Symbol.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 08:45:06 +0000 (16:45 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 08:45:06 +0000 (16:45 +0800)
JSDOC/Symbol.js

index 3313062..9649444 100644 (file)
@@ -26,7 +26,8 @@ Symbol = XObject.define(
             return toQDump(t, 'Symbol.fromDump({', '})', {});//new Symbol());
         },
         */
-        init : function() {
+        init : function() 
+        {
             this.name = "";
             this.defaultValue = "";
             this.params = [];