зеркало из https://github.com/mozilla/pjs.git
Bug 240947 use content instead of _content
r=neil sr=dveditz
This commit is contained in:
Родитель
e268174c77
Коммит
05c6fe2bd0
|
@ -359,7 +359,7 @@ function EditorStartLog()
|
|||
var edlog = GetCurrentEditor().QueryInterface(Components.interfaces.nsIEditorLogging);
|
||||
var fs = EditorGetScriptFileSpec();
|
||||
edlog.startLogging(fs);
|
||||
window._content.focus();
|
||||
window.content.focus();
|
||||
|
||||
fs = null;
|
||||
}
|
||||
|
@ -371,7 +371,7 @@ function EditorStopLog()
|
|||
try {
|
||||
var edlog = GetCurrentEditor().QueryInterface(Components.interfaces.nsIEditorLogging);
|
||||
edlog.stopLogging();
|
||||
window._content.focus();
|
||||
window.content.focus();
|
||||
}
|
||||
catch(ex) { dump("Can't stop logging!:\n" + ex + "\n"); }
|
||||
}
|
||||
|
@ -381,7 +381,7 @@ function EditorRunLog()
|
|||
var fs;
|
||||
fs = EditorGetScriptFileSpec();
|
||||
EditorExecuteScript(fs);
|
||||
window._content.focus();
|
||||
window.content.focus();
|
||||
}
|
||||
|
||||
// --------------------------- TransactionManager ---------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче