briancray / tooltipsy

Introducing a jQuery tooltip plugin for control-obsessed designers.
http://tooltipsy.com
MIT License
326 stars 97 forks source link

Don't hide if the tooltip isn't ready. #16

Closed lachie closed 12 years ago

lachie commented 12 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.

briancray commented 12 years ago

Thanks :)