зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1308510 - Disable highlight for non-experimental WebAssembly format. r=jlongster
MozReview-Commit-ID: 9LazMkxMQB6 --HG-- extra : rebase_source : 12f6dd092a507c04280718eff09c0686c0f66b78
This commit is contained in:
Родитель
e1c1100c01
Коммит
40b534d555
|
@ -452,7 +452,7 @@ var DebuggerView = {
|
|||
}
|
||||
|
||||
if (aContentType === "text/wasm") {
|
||||
return void this.editor.setMode(Editor.modes.wasm);
|
||||
return void this.editor.setMode(Editor.modes.text);
|
||||
}
|
||||
|
||||
// Use HTML mode for files in which the first non whitespace character is
|
||||
|
|
Загрузка…
Ссылка в новой задаче