Thanks for clearing that up John. -Trey
On Feb 19, 10:07 am, John Resig <jere...@gmail.com> wrote: > > Why implement jQuery.isFunction when you can also just go typeof > > variable == 'function'? > > You can see some of the cases that we handle that normal typeof can't, > here:http://dev.jquery.com/browser/trunk/jquery/test/unit/core.js#L176 > > --John