aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/wrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/wrap.js')
-rw-r--r--test/unit/wrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/wrap.js b/test/unit/wrap.js
index 24136ac0e..31f9cd300 100644
--- a/test/unit/wrap.js
+++ b/test/unit/wrap.js
@@ -23,7 +23,7 @@ function testWrap( val, assert ) {
assert.expect( 18 );
- var defaultText, result, j, i, cacheLength;
+ var defaultText, result, j;
defaultText = "Try them out:";
result = jQuery( "#first" ).wrap( val( "<div class='red'><span></span></div>" ) ).text();