diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-15 18:06:18 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-15 18:06:18 +0400 |
commit | 95dfcc50ed37805fb83d5b67e15254caed0872e5 (patch) | |
tree | 5200299382efbe12edb8ca2b28b231dc0ef3cff8 /test | |
parent | f3b89ba0820882bd4ce4404b7e7c819e7b506de5 (diff) | |
download | jquery-95dfcc50ed37805fb83d5b67e15254caed0872e5.tar.gz jquery-95dfcc50ed37805fb83d5b67e15254caed0872e5.zip |
Build: Fix code style issue
Remove needless empty line character
Diffstat (limited to 'test')
-rw-r--r-- | test/data/testrunner.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js index 3d8860975..e21600ef4 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -150,7 +150,6 @@ QUnit.testDone(function() { // ...even if the jQuery under test has a broken .empty() supportjQuery( "#qunit-fixture" ).empty(); - // Reset internal jQuery state jQuery.event.global = {}; if ( ajaxSettings ) { |