show fewer warnings in strict mode

This commit is contained in:
Simon Kornblith 2006-08-14 22:28:22 +00:00
parent ba1a383aa1
commit c18f75d667
6 changed files with 63 additions and 31 deletions

View file

@ -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() {