We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c011215 commit 867f1dbCopy full SHA for 867f1db
test/helpers/testabilityPatch.js
@@ -1,14 +1,6 @@
1
/* global jQuery: true, uid: true, jqCache: true */
2
'use strict';
3
4
-/**
5
- * Here is the problem: http://bugs.jquery.com/ticket/7292
6
- * basically jQuery treats change event on some browsers (IE) as a
7
- * special event and changes it form 'change' to 'click/keydown' and
8
- * few others. This horrible hack removes the special treatment
9
- */
10
-if (window._jQuery) _jQuery.event.special.change = undefined;
11
-
12
if (window.bindJQuery) bindJQuery();
13
14
var supportTests = {
0 commit comments