From: Oleg Gaidarenko Date: Tue, 15 Apr 2014 14:06:18 +0000 (+0400) Subject: Build: Fix code style issue X-Git-Tag: 2.1.1-rc1~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=95dfcc50ed37805fb83d5b67e15254caed0872e5;p=jquery.git Build: Fix code style issue Remove needless empty line character --- 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 ) {