From: Richard Gibson Date: Mon, 31 Jul 2017 19:16:23 +0000 (-0400) Subject: Tests: Replace non-ASCII whitespace in source code X-Git-Tag: 3.3.0~51 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f3c5776b826169de26ff58e6616b99427d5b8db0;p=jquery.git Tests: Replace non-ASCII whitespace in source code --- diff --git a/test/unit/wrap.js b/test/unit/wrap.js index 65af2b4b2..840e35a1f 100644 --- a/test/unit/wrap.js +++ b/test/unit/wrap.js @@ -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; }