From 3f4b1e105178b613f70352438ee6120228eda97c Mon Sep 17 00:00:00 2001 From: Giannis Kosmas Date: Tue, 29 May 2012 03:04:14 +0300 Subject: [PATCH] Typo --- js/pz2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pz2.js b/js/pz2.js index e2c4cba..a57688f 100644 --- 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; -- 1.7.10.4