From 725c6848c362f90bbdb931dcea70d40a1753d768 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 6 Mar 2015 04:34:28 -0800 Subject: Disable jQuery event aliases when running test suite To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either. --- js/tests/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'js/tests/index.html') diff --git a/js/tests/index.html b/js/tests/index.html index 77a97cc1f..fab2ebc16 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -7,6 +7,46 @@ + -- cgit v1.2.3