On Sep 2, 1:16 pm, msoliver <michaelsoli...@gmail.com> wrote:
>         if ($.isFunction(openerFunc))

Why not just:
   if (openerFunc && openerFunc.call)
?

Matt Kruse

Reply via email to