JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 03:49:26 +0000 (11:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 03:49:26 +0000 (11:49 +0800)
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,