Skip to content

Commit

Permalink
Merge pull request jquery#529 from shichuan/master
Browse files Browse the repository at this point in the history
updated Juriy Zaytsev's detecting event support technique link in support.js
  • Loading branch information
jaubourg committed Oct 4, 2011
2 parents 3e0fe5e + 23f7c88 commit 11b7614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.js
Expand Up @@ -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
Expand Down

0 comments on commit 11b7614

Please sign in to comment.