diff options
author | Shi Chuan <shichuanr@gmail.com> | 2011-10-04 23:09:12 +0800 |
---|---|---|
committer | Shi Chuan <shichuanr@gmail.com> | 2011-10-04 23:09:12 +0800 |
commit | 23f7c883c93399c2eedbd8f3b7aa7194b16ac872 (patch) | |
tree | cd69c67cc986292ab55053304901aa5f53f0d839 | |
parent | 3e0fe5ea3b1dafe454039c7c12c4d5d5fa037c9f (diff) | |
download | jquery-23f7c883c93399c2eedbd8f3b7aa7194b16ac872.tar.gz jquery-23f7c883c93399c2eedbd8f3b7aa7194b16ac872.zip |
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 |