JSDOC/ScopeNamer.js
[app.jsdoc] / JSDOC / ScopeNamer.js
index 8e0bdac..bdbc8c3 100644 (file)
@@ -99,7 +99,7 @@ ScopeNamer = XObject.define(
          * add/remove ';' after return to configure at present..
          * @param {String} str String to output
          */
-        debugCall : function(str)  { return ; print(str); }, 
+        debugCall : function(str)  { return   print(str); }, 
         
         collapseTop : true,