зеркало из https://github.com/mozilla/gecko-dev.git
Moved global java script variables into js file
This commit is contained in:
Родитель
b7d31a2e1b
Коммит
6fe595eca4
|
@ -21,11 +21,6 @@
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Startup()" title="&editorWindow.title;">
|
||||
|
||||
<html:script>
|
||||
var editorType = "html";
|
||||
var editorName = "EditorAppCoreHTML";
|
||||
</html:script>
|
||||
|
||||
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js">
|
||||
</html:script>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
var editorType = "html";
|
||||
var editorName = "EditorAppCoreHTML";
|
||||
|
||||
/* the following variables are expected to be defined
|
||||
in the embedding file:
|
||||
|
|
Загрузка…
Ссылка в новой задаче