Two JS strict warnings

This commit is contained in:
Dan Stillman 2008-09-01 04:34:47 +00:00
parent 65eff3cf32
commit 771627816f
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
* Interface for proxy.xul add proxy confirmation dialog * Interface for proxy.xul add proxy confirmation dialog
* @namespace * @namespace
*/ */
Zotero_Proxy_Dialog = new function() { var Zotero_Proxy_Dialog = new function() {
var halfSecondsRemaining = 4; var halfSecondsRemaining = 4;
var acceptButton; var acceptButton;
var addString; var addString;

View File

@ -454,7 +454,7 @@ Zotero.Proxy.prototype.toProper = function(m) {
* @type String * @type String
*/ */
Zotero.Proxy.prototype.toProxy = function(uri) { Zotero.Proxy.prototype.toProxy = function(uri) {
proxyURL = this.scheme; var proxyURL = this.scheme;
for(var i=this.parameters.length-1; i>=0; i--) { for(var i=this.parameters.length-1; i>=0; i--) {
var param = this.parameters[i]; var param = this.parameters[i];