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
parent 3f85829261
commit cca9879aa4

View File

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