Avoid ugliness in QUnit output.

redux
David Majda 14 years ago
parent d3104742d9
commit bdfc2a57e7

@ -1051,7 +1051,7 @@ QUnit.jsDump = (function() {
name:'name', name:'name',
'class':'className' 'class':'className'
}, },
HTML:true,//if true, entities are escaped ( <, >, \t, space and \n ) HTML:false,//if true, entities are escaped ( <, >, \t, space and \n )
indentChar:' ',//indentation unit indentChar:' ',//indentation unit
multiline:true //if true, items in a collection, are separated by a \n, else just a space. multiline:true //if true, items in a collection, are separated by a \n, else just a space.
}; };

Loading…
Cancel
Save