Typo
authorGiannis Kosmas <kosmasgiannis@gmail.com>
Tue, 29 May 2012 00:04:14 +0000 (03:04 +0300)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 31 May 2012 13:43:49 +0000 (15:43 +0200)
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;