aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShi Chuan <shichuanr@gmail.com>2011-10-04 23:09:12 +0800
committerShi Chuan <shichuanr@gmail.com>2011-10-04 23:09:12 +0800
commit23f7c883c93399c2eedbd8f3b7aa7194b16ac872 (patch)
treecd69c67cc986292ab55053304901aa5f53f0d839
parent3e0fe5ea3b1dafe454039c7c12c4d5d5fa037c9f (diff)
downloadjquery-23f7c883c93399c2eedbd8f3b7aa7194b16ac872.tar.gz
jquery-23f7c883c93399c2eedbd8f3b7aa7194b16ac872.zip
updated Juriy Zaytsev's detecting event support technique link in support.js
-rw-r--r--src/support.js2
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