Fix test-suite's debug() function to use mkws.debug()
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index 9a95044..4af6125 100644 (file)
@@ -6,7 +6,7 @@
 
 // get references from mkws.js, lazy evaluation
 var debug = function (text) {
-        mkws.debug_function(text)
+        mkws.debug(text)
     }
 
     // Define empty mkws_config for simple applications that don't define it.