зеркало из https://github.com/mozilla/pjs.git
Added param to caller of editor saveDocument for save mime type as part of fix for bug 51798. r=brade, sr=sfraser
This commit is contained in:
Родитель
23d9883c76
Коммит
ec43cec364
|
@ -1161,7 +1161,7 @@ function Save()
|
|||
function SaveAsFile(saveAs)
|
||||
{
|
||||
dump("SaveAsFile from XUL\n");
|
||||
editorShell.saveDocument(saveAs, false);
|
||||
editorShell.saveDocument(saveAs, false, "text/html");
|
||||
defaultSaveOperation = "file";
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче