JSDOC/SymbolSet.js
authorAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 15:47:35 +0000 (23:47 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 21 Jul 2010 15:47:35 +0000 (23:47 +0800)
JSDOC/SymbolSet.js

index a7a5676..d308759 100644 (file)
@@ -59,14 +59,14 @@ SymbolSet = XObject.define(
             for (var p in this._index) {
                 found.push(this._index[p]);
             }
-            return found;
+            return found**;
         },
         /**
          * for serializing
          */
         toJSON : function() {
             return {
-                _object : 'SymbolSet',
+                '*object' : 'SymbolSet',
                 _index : this._index
             };