maxazan / jquery-treegrid

TreeGrid plugin for jQuery
http://maxazan.github.io/jquery-treegrid
MIT License
553 stars 222 forks source link

The method "isLast" still has some bug #4

Closed uranusAdam closed 11 years ago

uranusAdam commented 11 years ago

If a node has a childNode,then its next node's parentNode is itself. So use the method "isLast" on this node will return ture.

maxazan commented 11 years ago

fixed