Changed paths:
M SlickSpec/specs/select_exhaustive.js
M Source/Slick.Finder.js
Log Message:
-----------
Removed the special attributeGetter for "class" to fix problems where className is not a string (SVG)
AFAIK the only reason for the special attributeGetter is because getAttribute('class') is broken in IE. However, IE will use getAttributeNode('class').nodeValue since forms are broken too. That works.
This fixes the pull request #2262 in MooTools Core.
Commit: 301742ff5d07fb1c8b43361a22d6250f5886ac59
https://github.com/mootools/slick/commit/301742ff5d07fb1c8b43361a22d6250f5886ac59
Author: Christoph Pojer <christo...@gmail.com>
Date: 2012-02-05 (Sun, 05 Feb 2012)
Changed paths:
M SlickSpec/specs/select_exhaustive.js
M Source/Slick.Finder.js
Log Message:
-----------
Merge pull request #66 from calyptus/master
Remove the special attributeGetter for "class" in Slick
Compare: https://github.com/mootools/slick/compare/e09b423...301742f