Tests: Replace non-ASCII whitespace in source code

This commit is contained in:
Richard Gibson
2017-07-31 15:16:23 -04:00
parent a49578499e
commit f3c5776b82

View File

@@ -9,7 +9,7 @@ QUnit.module( "wrap", {
} );
// See test/unit/manipulation.js for explanation about these 2 functions
function manipulationBareObj( value ) {
function manipulationBareObj( value ) {
return value;
}