Merge pull request #529 from shichuan/master

updated Juriy Zaytsev's detecting event support technique link in support.js
This commit is contained in:
Julian Aubourg 2011-10-04 08:27:10 -07:00
commit 11b76147c2

View File

@ -232,7 +232,7 @@ jQuery.support = (function() {
testElement.innerHTML = ""; testElement.innerHTML = "";
// Technique from Juriy Zaytsev // 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 // We only care about the case where non-standard event systems
// are used, namely in IE. Short-circuiting here helps us to // are used, namely in IE. Short-circuiting here helps us to
// avoid an eval call (in setAttribute) which can cause CSP // avoid an eval call (in setAttribute) which can cause CSP