зеркало из https://github.com/mozilla/pjs.git
fix spelling of hander to handler. bug #29407. r=sspitzer
This commit is contained in:
Родитель
692bd30b3a
Коммит
05cee9c942
|
@ -254,7 +254,7 @@ function Shutdown()
|
|||
/* START OF UNNECESSARY CODE */
|
||||
if ( !explicitURL ) {
|
||||
try {
|
||||
var handler = Components.classes['component://netscape/commandlinehander/general-startup-browser'];
|
||||
var handler = Components.classes['component://netscape/commandlinehandler/general-startup-browser'];
|
||||
handler = handler.getService();
|
||||
handler = handler.QueryInterface(Components.interfaces.nsICmdLineHandler);
|
||||
if (handler) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче