Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handling the...
authorJohn Resig <jeresig@gmail.com>
Thu, 27 Aug 2009 20:07:45 +0000 (20:07 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 27 Aug 2009 20:07:45 +0000 (20:07 +0000)
commit569c8b45c0d301663f3f6c88b606d199fc78ec1a
treec28b8031eb5cd510a118d37cb55649bbb871cdd9
parent957cd6fb2a2b7b8cfe9ac6b3f2b3cc2bc8163449
Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handling the case where documentElement is undefined (which only occurs on HTML documents in IE).
src/core.js
test/unit/core.js