documentation
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index bcb3435..2f4d2cb 100644 (file)
@@ -834,7 +834,7 @@ jQuery.extend({
     return nvpair;
   },
 
-    debug2: function(string) { // delayed debug
+    debug2: function(string) { // delayed debug, internal variables are set after dom ready
        setTimeout(function() { debug(string); }, 500);
     },