projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b1313
)
Whitespace.
author
Mike Taylor
<mike@indexdata.com>
Thu, 27 Mar 2014 12:01:57 +0000
(12:01 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 27 Mar 2014 12:01:57 +0000
(12:01 +0000)
src/mkws-jquery.js
patch
|
blob
|
history
diff --git
a/src/mkws-jquery.js
b/src/mkws-jquery.js
index
a093bfd
..
6b4db5f
100644
(file)
--- a/
src/mkws-jquery.js
+++ b/
src/mkws-jquery.js
@@
-9,7
+9,7
@@
/*
* implement jQuery plugin $.pazpar2({})
*/
-function _mkws_jquery_plugin ($) {
+function _mkws_jquery_plugin($) {
function debug (string) {
mkws.log("jquery.pazpar2: " + string);
}
@@
-144,7
+144,7
@@
function _mkws_jquery_plugin ($) {
};
-(function (j) {
+(function(j) {
// enable before page load, so we could call it before mkws() runs
_mkws_jquery_plugin(j);
})(jQuery);