dancrew32 / AWESOME-JS

A Lightweight JavaScript Framework that performs common tasks (IE6, 7, 8, FF, WK, Opera)
awesomejs
2 stars 0 forks source link

reconsider returning [0] if length < 1 for $.get* methods #13

Closed dancrew32 closed 13 years ago

dancrew32 commented 13 years ago

I thought I was making it convenient by returning the actual object if there was only one of them in a nodeList, but it turns out I have to write a ton of workarounds to handle both conditions because of it.. removing this will lighten the load of the framework considerably