Closed lachie closed 13 years ago
I found that hide was being called-back before show (and thus readify()). This protects against that case.
I think its best simply to bail in this case, rather than call readify() and continue.
Thanks :)
I found that hide was being called-back before show (and thus readify()). This protects against that case.
I think its best simply to bail in this case, rather than call readify() and continue.