In case everyone missed it - this discussion happened a few months ago
where we debated what exactly a good solution would look like:
http://gist.github.com/153271

Right now the:
return /^function Object/.test( obj.constructor );

solution works the best but it doesn't work in Opera Mini (which
doesn't have function decompilation) - nor is it particularly fast.

As I remember it, when we left off working on that function we were
trying to find a better solution.

--John



On Sun, Nov 8, 2009 at 12:29 PM, Robert Katić <robert.ka...@gmail.com> wrote:
> Native functions in IE is not handled correctly by isFunction either,
> but it was decided that that cases are not significant...
>
> On Nov 8, 12:23 pm, DBJDBJ <dbj...@gmail.com> wrote:
>> This version of isObject, in IE returns true, when tested with
>> window.alert ...
>>
>> --DBJ
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "jQuery Development" group.
> To post to this group, send email to jquery-...@googlegroups.com.
> To unsubscribe from this group, send email to 
> jquery-dev+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/jquery-dev?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to