projects
/
pazpar2-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:
e3072ee
)
Typo
author
Giannis Kosmas
<kosmasgiannis@gmail.com>
Tue, 29 May 2012 00:04:14 +0000
(
03:04
+0300)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 31 May 2012 13:43:49 +0000
(15:43 +0200)
js/pz2.js
patch
|
blob
|
history
diff --git
a/js/pz2.js
b/js/pz2.js
index
e2c4cba
..
a57688f
100644
(file)
--- a/
js/pz2.js
+++ b/
js/pz2.js
@@
-124,7
+124,7
@@
var pz2 = function ( paramArray )
}
// else, auto init session or wait for a user init?
if (this.useSessions && paramArray.autoInit !== false) {
- this.init(this.sessionId, this.serviceId);
+ this.init(this.sessionID, this.serviceId);
}
// Version parameter
this.version = paramArray.version || null;