diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2016-05-10 12:12:28 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2016-06-11 10:41:33 +0300 |
commit | 58c6ca9822afa42d3b40cca8edb0abe90a2bcb34 (patch) | |
tree | eb8c4c93031b4f0d88ffe5d58af7d58337c7b116 /test/unit/wrap.js | |
parent | a4474c9a0025095f82d734a9d7230eace2f08ef8 (diff) | |
download | jquery-58c6ca9822afa42d3b40cca8edb0abe90a2bcb34.tar.gz jquery-58c6ca9822afa42d3b40cca8edb0abe90a2bcb34.zip |
Build: ESLint details
Use eslint pragmas, fix new errors, etc
Closes gh-3148
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 02994bafa..65af2b4b2 100644 --- a/test/unit/wrap.js +++ b/test/unit/wrap.js @@ -472,7 +472,7 @@ QUnit.test( "unwrap( selector )", function( assert ) { jQuery( "#unwrap1" ).length, 1, "still wrapped" ); - // Shouldn't unwrap, no match + // Shouldn't unwrap, no match jQuery( "#unwrap1 span" ) .unwrap( "span" ); assert.equal( jQuery( "#unwrap1" ).length, 1, "still wrapped" |