From 245fa946733907320f50a88095d71771ce4cda6a Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Thu, 30 Aug 2007 13:43:43 +0000 Subject: [PATCH] removing typo. --- js/pz2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/pz2.js b/js/pz2.js index 3d4d8da..36635ee 100644 --- a/js/pz2.js +++ b/js/pz2.js @@ -1,5 +1,5 @@ /* -** $Id: pz2.js,v 1.51 2007-08-30 13:24:37 jakub Exp $ +** $Id: pz2.js,v 1.52 2007-08-30 13:43:43 jakub Exp $ ** pz2.js - pazpar2's javascript client library. */ @@ -469,7 +469,7 @@ pz2.prototype = termlist: function() { - if( !__myself.searchStatusOK && __.myself.useSessions ) + if( !__myself.searchStatusOK && __myself.useSessions ) throw new Error('Pz2.js: termlist command has to be preceded with a search command.'); // if called explicitly takes precedence -- 1.7.10.4