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:
Yury Delendik 2016-10-13 14:30:33 -05:00
Родитель e1c1100c01
Коммит 40b534d555
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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