зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1144351 - Add newline at the end of 'JSDOMParser error' messages. r=mfinkle
This commit is contained in:
Родитель
e73318de31
Коммит
54ce7cf07e
|
@ -27,7 +27,7 @@
|
|||
(function (global) {
|
||||
|
||||
function error(m) {
|
||||
dump("JSDOMParser error: " + m);
|
||||
dump("JSDOMParser error: " + m + "\n");
|
||||
}
|
||||
|
||||
// When a style is set in JS, map it to the corresponding CSS attribute
|
||||
|
|
Загрузка…
Ссылка в новой задаче