From f925c7a1c93afd7eae1edcf540e9d4374b2aa27b Mon Sep 17 00:00:00 2001 From: Mike Sherov Date: Fri, 4 May 2012 09:57:32 -0400 Subject: remove jQuery.quickReady, save bytes, style nits in tests --- test/data/event/asyncQuickReadyFalse.html | 32 ------------------------------- test/data/event/asyncQuickReadyTrue.html | 30 ----------------------------- test/data/event/asyncReady.html | 30 +++++++++++++++++++++++++++++ test/data/event/syncReady.html | 4 ++-- 4 files changed, 32 insertions(+), 64 deletions(-) delete mode 100644 test/data/event/asyncQuickReadyFalse.html delete mode 100644 test/data/event/asyncQuickReadyTrue.html create mode 100644 test/data/event/asyncReady.html (limited to 'test/data') diff --git a/test/data/event/asyncQuickReadyFalse.html b/test/data/event/asyncQuickReadyFalse.html deleted file mode 100644 index 935269749..000000000 --- a/test/data/event/asyncQuickReadyFalse.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -Test case for jQuery ticket #10067 - - - - - - - \ No newline at end of file diff --git a/test/data/event/asyncQuickReadyTrue.html b/test/data/event/asyncQuickReadyTrue.html deleted file mode 100644 index cdcb82128..000000000 --- a/test/data/event/asyncQuickReadyTrue.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - -Test case for jQuery ticket #10067 - - - - - - - \ No newline at end of file diff --git a/test/data/event/asyncReady.html b/test/data/event/asyncReady.html new file mode 100644 index 000000000..e32ff9cfb --- /dev/null +++ b/test/data/event/asyncReady.html @@ -0,0 +1,30 @@ + + + + +Test case for jQuery ticket #10067 + + + + + + + \ No newline at end of file diff --git a/test/data/event/syncReady.html b/test/data/event/syncReady.html index b9dbb2280..df66bc623 100644 --- a/test/data/event/syncReady.html +++ b/test/data/event/syncReady.html @@ -7,8 +7,8 @@ -- cgit v1.2.3