diff options
author | Julian Aubourg <j@ubourg.net> | 2011-10-04 08:27:10 -0700 |
---|---|---|
committer | Julian Aubourg <j@ubourg.net> | 2011-10-04 08:27:10 -0700 |
commit | 11b76147c2d6fb23bee94a2a902e401b5b8f9755 (patch) | |
tree | cd69c67cc986292ab55053304901aa5f53f0d839 | |
parent | 3e0fe5ea3b1dafe454039c7c12c4d5d5fa037c9f (diff) | |
parent | 23f7c883c93399c2eedbd8f3b7aa7194b16ac872 (diff) | |
download | jquery-11b76147c2d6fb23bee94a2a902e401b5b8f9755.tar.gz jquery-11b76147c2d6fb23bee94a2a902e401b5b8f9755.zip |
Merge pull request #529 from shichuan/master
updated Juriy Zaytsev's detecting event support technique link in support.js
-rw-r--r-- | src/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support.js b/src/support.js index dc93164a4..e483ce09d 100644 --- a/src/support.js +++ b/src/support.js @@ -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 |