Made isPlainObject() supporting null, undefined, and window values on IE too. Also...
authorRobert Katic <robert.katic@gmail.com>
Fri, 18 Dec 2009 16:34:20 +0000 (00:34 +0800)
committerJohn Resig <jeresig@gmail.com>
Fri, 18 Dec 2009 17:19:34 +0000 (01:19 +0800)
commit148fb7ba8e992dd70c64cdc6a1c6f643fd1ba160
tree9bda00fc30184e1e35c6c07a1b0b9127bc9e8850
parent27d65b59f96460987abb84dadc3a75dde8826b3a
Made isPlainObject() supporting null, undefined, and window values on IE too. Also added some related tests. Fixes #5669.
src/core.js
test/unit/core.js