Side navigation
#14925 closed bug (invalid)
Opened March 27, 2014 06:08AM UTC
Closed April 11, 2014 08:55AM UTC
isPlainObject() return true when constructor is null
Reported by: | zhkumu@gmail.com | Owned by: | zhkumu@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
function Test() { }
Test.prototype = {
constructor:null
}
var t=new Test();
document.write($.isPlainObject(t));//true
Attachments (0)
Change History (3)
Changed March 27, 2014 03:31PM UTC by comment:1
owner: | → zhkumu@gmail.com |
---|---|
status: | new → pending |
Changed March 27, 2014 04:30PM UTC by comment:2
Seems like a dup of #13715 but we can wait for an example.
Changed April 11, 2014 08:55AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Do you have a use case where setting the constructor to null is necessary?