Two JS strict warnings

This commit is contained in:
Dan Stillman 2008-09-01 04:34:47 +00:00
parent 68f7f933c2
commit ee8229b80a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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