aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2013-09-03 09:55:32 -0400
committerRichard Gibson <richard.gibson@gmail.com>2013-09-03 11:13:20 -0400
commit6a6604b7856494d2aa9bc8adb2d77798dd19e480 (patch)
tree18f88f825566461176e8ce6b1f83208953a2c4d2 /test/unit/event.js
parentceb5b4c9a30f47bcec2380f972ce09cfea532f8b (diff)
downloadjquery-6a6604b7856494d2aa9bc8adb2d77798dd19e480.tar.gz
jquery-6a6604b7856494d2aa9bc8adb2d77798dd19e480.zip
No ticket: Hide the testing-support jQuery from tests
(cherry picked from commit 0c185209233f4c15e57c6a24e8f81b27dd26db59) Conflicts: test/data/testrunner.js
Diffstat (limited to 'test/unit/event.js')
-rw-r--r--test/unit/event.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/event.js b/test/unit/event.js
index 1b65f99de..bbb60fd25 100644
--- a/test/unit/event.js
+++ b/test/unit/event.js
@@ -2453,6 +2453,7 @@ test("focus-blur order (#12868)", function() {
// Run handlers without native method on an input
order = 1;
$radio.triggerHandler( "focus" );
+ $text.off();
start();
}, 50 );
}, 50 );