Wednesday, September 2, 2009

[jQuery] Re: isFunction change in 1.3 and window.opener

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

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

Matt Kruse

No comments: