diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-11-13 16:02:32 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-11-13 20:04:07 +0300 |
commit | c69673fe41ee17f46545e87a31ff96cea6c68a17 (patch) | |
tree | b6944633d44b4adf81c1bf33c428334364a6a012 /test/unit/support.js | |
parent | 2d9d1f006ac98b3dd1f23de1b721f54eb77346db (diff) | |
download | jquery-c69673fe41ee17f46545e87a31ff96cea6c68a17.tar.gz jquery-c69673fe41ee17f46545e87a31ff96cea6c68a17.zip |
Release: remove revert artefacts
Diffstat (limited to 'test/unit/support.js')
-rw-r--r-- | test/unit/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js index 6a51ccb8a..80ea58ef0 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -272,6 +272,6 @@ testIframeWithCallback( assert.ok( true, "no ajax; skipping jQuery.support['" + i + "']" ); } } - }); + } ); } )(); |