From: Giannis Kosmas Date: Tue, 29 May 2012 00:04:14 +0000 (+0300) Subject: Typo X-Git-Tag: v1.6.14~8 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=3f4b1e105178b613f70352438ee6120228eda97c;p=pazpar2-moved-to-github.git Typo --- 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;