JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index 2dcc91e..22010cd 100644 (file)
@@ -79,7 +79,7 @@ CompressWhite =  function (ts, packer)
                 ts.look(0).outData = ts.look(0).data+"\n";
             }
             // method call followed by name..
-            if (tok.lookTok(1).data == "(")  {
+            if (ts.lookTok(1).data == "(")  {
                 var cu = ts.cursor;
                 
                 ts.balance("(");