Bug 1073487 - Upgrade TeXZilla to version 0.9.8. r=neil a=IanN CLOSED TREE

This commit is contained in:
Frédéric Wang 2014-11-13 02:16:31 +08:00
Родитель 25e4ff0454
Коммит 20d2b8c983
2 изменённых файлов: 812 добавлений и 5341 удалений

Просмотреть файл

@ -24,9 +24,12 @@ function Startup()
gDialog.input.focus();
// Load TeXZilla
// TeXZilla.js contains non-ASCII characters and explicitly sets
// window.TeXZilla, so we have to specify the charset parameter but don't
// need to worry about the targetObj parameter.
Components.classes["@mozilla.org/moz/jssubscript-loader;1"]
.getService(Components.interfaces.mozIJSSubScriptLoader)
.loadSubScript("chrome://editor/content/TeXZilla.js");
.loadSubScript("chrome://editor/content/TeXZilla.js", {}, "UTF-8");
// Verify if the selection is on a <math> and initialize the dialog.
gDialog.oldMath = editor.getElementOrParentByTagName("math", null);

Различия файлов скрыты, потому что одна или несколько строк слишком длинны