simonexmachina / jquery-bonsai

Super lightweight jQuery tree plugin
http://simonwade.me/jquery-bonsai
MIT License
148 stars 42 forks source link

creating <label> wasn't able to handle html-elements #15

Closed huehnerhose closed 9 years ago

huehnerhose commented 9 years ago

in line 186, where 'text' is defined, you get an empty array if there is no text found. In line 194 and 196 you handle that case, but forgot that [] evaluates to true.

simonexmachina commented 9 years ago

Well done, thanks! Pushed v1.2.1 now.