diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-21 15:30:24 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-21 15:30:24 -0400 |
commit | 7ff3da186cf9bb5ea23f5a0b9543302ef0f861f7 (patch) | |
tree | 41ebf66ab6fd5fdd4eaef11f022c6c95727d57f4 /test/unit/support.js | |
parent | 66501469c0c21107837375538a13273e32fdc7cf (diff) | |
download | jquery-7ff3da186cf9bb5ea23f5a0b9543302ef0f861f7.tar.gz jquery-7ff3da186cf9bb5ea23f5a0b9543302ef0f861f7.zip |
Unit tests are linted and passing.
Diffstat (limited to 'test/unit/support.js')
-rw-r--r-- | test/unit/support.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/support.js b/test/unit/support.js index 40acf2cc2..8c0d9ab73 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -256,5 +256,3 @@ testIframeWithCallback( "A background on the testElement does not cause IE8 to c } })(); - - |