Closed anutron closed 12 years ago
https://github.com/mootools/slick/blob/master/Source/Slick.Finder.js#L187-195
Instead of null here, a request for a property on an element (such as class or title) that doesn't have one defined should return an empty string.
Hi Aaron, why is that?
https://github.com/mootools/slick/blob/master/Source/Slick.Finder.js#L187-195
Instead of null here, a request for a property on an element (such as class or title) that doesn't have one defined should return an empty string.