simonexmachina / jquery-bonsai

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

Fix expandTo() to return deepest listitem instead of highest #19

Closed dfritschy closed 9 years ago

dfritschy commented 9 years ago

Hi @aexmachina, I checked your recent changes, they work out just fine. For expandTo however I have a small change: in my opinion it should return the deepest listitem, not to the highest one, in order to be able to process the subtree from bottom to top.

simonexmachina commented 9 years ago

Completely agree.

simonexmachina commented 9 years ago

v2.0.0 has been published. Thanks for all your help @dfritschy.

dfritschy commented 9 years ago

Thanks again, @aexmachina, for this great work!