]> source.dussan.org Git - jquery.git/commitdiff
updated Juriy Zaytsev's detecting event support technique link in support.js 529/head
authorShi Chuan <shichuanr@gmail.com>
Tue, 4 Oct 2011 15:09:12 +0000 (23:09 +0800)
committerShi Chuan <shichuanr@gmail.com>
Tue, 4 Oct 2011 15:09:12 +0000 (23:09 +0800)
src/support.js

index dc93164a42661681608a5380bb0fea074babc8b4..e483ce09df3d3033e95f79459439e60ac74287c7 100644 (file)
@@ -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