Two JS strict warnings
This commit is contained in:
parent
68f7f933c2
commit
ee8229b80a
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue