diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2017-07-31 15:16:23 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2017-07-31 15:16:23 -0400 |
commit | f3c5776b826169de26ff58e6616b99427d5b8db0 (patch) | |
tree | 5be338678b83c244855c7c6e382428106415a9cd /test/unit/wrap.js | |
parent | a49578499ec88c9fbca59ff0c80b23b798a55d99 (diff) | |
download | jquery-f3c5776b826169de26ff58e6616b99427d5b8db0.tar.gz jquery-f3c5776b826169de26ff58e6616b99427d5b8db0.zip |
Tests: Replace non-ASCII whitespace in source code
Diffstat (limited to 'test/unit/wrap.js')
-rw-r--r-- | test/unit/wrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |