Opened 10 years ago
Closed 10 years ago
#12345 closed bug (invalid)
isPlainObject returns different results in IE & chrome
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when check BOM object, it returns true in IE but false in chrome i use $.isPlainObject(window.location) in this case
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/