documentation
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 10 Jul 2013 12:55:28 +0000 (12:55 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 10 Jul 2013 12:55:28 +0000 (12:55 +0000)
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);
     },