Two JS strict warnings
This commit is contained in:
parent
65eff3cf32
commit
771627816f
|
@ -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;
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue
Block a user