]> source.dussan.org Git - jquery-ui.git/commit
Removed case-sensitive .nodeName check.
authorScott González <scott.gonzalez@gmail.com>
Wed, 28 Apr 2010 02:41:10 +0000 (19:41 -0700)
committerScott González <scott.gonzalez@gmail.com>
Wed, 28 Apr 2010 02:41:10 +0000 (19:41 -0700)
commit0aa4c7f9b6bc13791197b1486afdad02693e5dee
tree4c3cef8cda59c8f7062bc22bc36c25df3f55f146
parent670ab819a9a6388393e2c1a73c1eaf7095bdc6e0
Removed case-sensitive .nodeName check.

Fixes #5557 - Comparing element.nodeName directly against upper case tag names can cause problems.
ui/jquery.ui.accordion.js