show fewer warnings in strict mode
This commit is contained in:
parent
ba1a383aa1
commit
c18f75d667
6 changed files with 63 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
Scholar_File_Interface = new function() {
|
||||
var Scholar_File_Interface = new function() {
|
||||
var _unresponsiveScriptPreference, _importCollection;
|
||||
|
||||
this.exportFile = exportFile;
|
||||
|
@ -331,6 +331,8 @@ Scholar_File_Interface.Progress = new function() {
|
|||
|
||||
_progressWindow = window.openDialog("chrome://scholar/chrome/fileProgress.xul", "", "chrome,resizable=no,close=no,dependent,dialog,centerscreen");
|
||||
_progressWindow.addEventListener("pageshow", _onWindowLoaded, false);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
function close() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue