Skip to content

Commit

Permalink
updated Juriy Zaytsev's detecting event support technique link in sup…
Browse files Browse the repository at this point in the history
…port.js
  • Loading branch information
chuanxshi committed Oct 4, 2011
1 parent 3e0fe5e commit 23f7c88
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 = ""; testElement.innerHTML = "";


// Technique from Juriy Zaytsev // 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 // We only care about the case where non-standard event systems
// are used, namely in IE. Short-circuiting here helps us to // are used, namely in IE. Short-circuiting here helps us to
// avoid an eval call (in setAttribute) which can cause CSP // avoid an eval call (in setAttribute) which can cause CSP
Expand Down

0 comments on commit 23f7c88

Please sign in to comment.