Bug 1144351 - Add newline at the end of 'JSDOMParser error' messages. r=mfinkle

This commit is contained in:
Jesse Ruderman 2015-03-17 21:06:06 -07:00
Родитель e73318de31
Коммит 54ce7cf07e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -27,7 +27,7 @@
(function (global) { (function (global) {
function error(m) { 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 // When a style is set in JS, map it to the corresponding CSS attribute