Fixes object instantiation error in IE6/7
[pazpar2-moved-to-github.git] / js / pz2.js
index b321e5a..b52bf28 100644 (file)
--- a/js/pz2.js
+++ b/js/pz2.js
@@ -394,7 +394,7 @@ pz2.prototype =
               "sort": this.currentSort, 
               "block": 1,
               "type": this.showResponseType,
-              "windowid" : window.name,
+              "windowid" : window.name
           };
         if (query_state)
           requestParameters["query-state"] = query_state;