JSDOC/ScopeNamer.js
[app.jsdoc] / console.js
index e3bd0f3..470153e 100644 (file)
@@ -2,6 +2,10 @@
 
 
 var console = {
+    /**
+     * emulate console.log (for compatibilty with Browser javascript)
+     * @static
+     */
     log : function (v)  {
        Seed.print(v);
     },