From 23f7c883c93399c2eedbd8f3b7aa7194b16ac872 Mon Sep 17 00:00:00 2001 From: Shi Chuan Date: Tue, 4 Oct 2011 23:09:12 +0800 Subject: [PATCH] updated Juriy Zaytsev's detecting event support technique link in support.js --- src/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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