Fix case of log message.
authorMike Taylor <mike@indexdata.com>
Thu, 15 May 2014 12:58:03 +0000 (13:58 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 15 May 2014 12:58:03 +0000 (13:58 +0100)
src/mkws-jquery.js

index 90e43e4..73bd406 100644 (file)
@@ -11,7 +11,7 @@
  */
 function _mkws_jquery_plugin($) {
   function debug(string) {
-    mkws.log("jquery.pazpar2: " + string);
+    mkws.log("jQuery.pazpar2: " + string);
   }
 
   function init_popup(obj) {