From: Alan Knowles Date: Wed, 21 Jul 2010 15:47:35 +0000 (+0800) Subject: JSDOC/SymbolSet.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=379170541f32e2c0690c6993f30aa4706590ae13 JSDOC/SymbolSet.js --- diff --git a/JSDOC/SymbolSet.js b/JSDOC/SymbolSet.js index a7a5676..d308759 100644 --- a/JSDOC/SymbolSet.js +++ b/JSDOC/SymbolSet.js @@ -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 };