mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
updated Juriy Zaytsev's detecting event support technique link in support.js
This commit is contained in:
parent
3e0fe5ea3b
commit
23f7c883c9
@ -232,7 +232,7 @@ jQuery.support = (function() {
|
||||
testElement.innerHTML = "";
|
||||
|
||||
// Technique from Juriy Zaytsev
|
||||
// http://thinkweb2.com/projects/prototype/detecting-event-support-without-browser-sniffing/
|
||||
// http://perfectionkills.com/detecting-event-support-without-browser-sniffing/
|
||||
// We only care about the case where non-standard event systems
|
||||
// are used, namely in IE. Short-circuiting here helps us to
|
||||
// avoid an eval call (in setAttribute) which can cause CSP
|
||||
|
Loading…
Reference in New Issue
Block a user