Closed madflow closed 8 years ago
The acceptance tests where failing due to have and be not being a function. Documented here:
have
be
https://github.com/ludo/jquery-treetable/pull/179#issuecomment-158781894
This PR fixes the tests - hopefully without a regression.
Thanks 👍 However, when I merge this into #179 there is still 1 failing test:
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 :)
The acceptance tests where failing due to
have
andbe
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.