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
|
* 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;
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user