Modify ↓
Ticket #12345 (closed bug: invalid)
isPlainObject returns different results in IE & chrome
| Reported by: | mice530@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.8.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
when check BOM object, it returns true in IE but false in chrome i use $.isPlainObject(window.location) in this case
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

According to the docs, host objects have known inconsistencies and aren't supported: http://api.jquery.com/jquery.isplainobject/