зеркало из https://github.com/mozilla/pjs.git
169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin
This commit is contained in:
Родитель
5ecdaa69b3
Коммит
7156bf2f2c
|
@ -364,7 +364,7 @@ function EditorStartLog()
|
|||
|
||||
fs = null;
|
||||
}
|
||||
catch(ex) { dump("Can't start logging!:\n" + ex + "\n");
|
||||
catch(ex) { dump("Can't start logging!:\n" + ex + "\n"); }
|
||||
}
|
||||
|
||||
function EditorStopLog()
|
||||
|
@ -374,7 +374,7 @@ function EditorStopLog()
|
|||
edlog.stopLogging();
|
||||
window._content.focus();
|
||||
}
|
||||
catch(ex) { dump("Can't stop logging!:\n" + ex + "\n");
|
||||
catch(ex) { dump("Can't stop logging!:\n" + ex + "\n"); }
|
||||
}
|
||||
|
||||
function EditorRunLog()
|
||||
|
|
Загрузка…
Ссылка в новой задаче