ludo / jquery-treetable

jQuery plugin to show a tree structure in a table
http://ludo.cubicphuse.nl/jquery-treetable
GNU General Public License v2.0
739 stars 278 forks source link

fix failing tests #192

Closed madflow closed 7 years ago

madflow commented 7 years ago

The acceptance tests where failing due to have and be not being a function. Documented here:

https://github.com/ludo/jquery-treetable/pull/179#issuecomment-158781894

This PR fixes the tests - hopefully without a regression.

ludo commented 7 years ago

Thanks 👍 However, when I merge this into #179 there is still 1 failing test:

failingtest

Unfortunately I don't have time to look into this right now... If you're able to fix this test I'd gladly merge that one too :)