chore(jqLite): stop patching the change jQuery special handler
Code patching the change event in jQuery doesn't exist in jQuery 2 so this patch hasn't been needed since Angular 1.3
This commit is contained in:
committed by
Peter Bacon Darwin
parent
c011215b7f
commit
867f1db04c
@@ -1,14 +1,6 @@
|
||||
/* global jQuery: true, uid: true, jqCache: true */
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* Here is the problem: http://bugs.jquery.com/ticket/7292
|
||||
* basically jQuery treats change event on some browsers (IE) as a
|
||||
* special event and changes it form 'change' to 'click/keydown' and
|
||||
* few others. This horrible hack removes the special treatment
|
||||
*/
|
||||
if (window._jQuery) _jQuery.event.special.change = undefined;
|
||||
|
||||
if (window.bindJQuery) bindJQuery();
|
||||
|
||||
var supportTests = {
|
||||
|
||||
Reference in New Issue
Block a user