diff --git a/vendor/qunit/qunit.js b/vendor/qunit/qunit.js index 3eda4f9..c61bce9 100644 --- a/vendor/qunit/qunit.js +++ b/vendor/qunit/qunit.js @@ -1051,7 +1051,7 @@ QUnit.jsDump = (function() { name:'name', '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 multiline:true //if true, items in a collection, are separated by a \n, else just a space. };