JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index 1aeab55..9e7b206 100644 (file)
@@ -371,12 +371,12 @@ Walker2 = XObject.define(
                     // change scope to xxxx
                     
                     print(JSON.stringify([
-                        this.ts.lookTok(1).data 
-                        this.ts.lookTok(2).name 
-                        this.ts.lookTok(3).type 
-                        this.ts.lookTok(4).data 
+                        this.ts.lookTok(1).data ,
+                        this.ts.lookTok(2).name ,
+                        this.ts.lookTok(3).type ,
+                        this.ts.lookTok(4).data ,
                         this.ts.lookTok(5).data 
-                    ], null, 4);
+                    ], null, 4));
                     
                     if ( this.ts.lookTok(1).data == '=' &&
                         this.ts.lookTok(2).name == 'NEW' &&