Fixed #1070 by converting all setAttribute() values to a string which is what all...
authorDavid Serduke <davidserduke@gmail.com>
Wed, 28 Nov 2007 23:13:59 +0000 (23:13 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Wed, 28 Nov 2007 23:13:59 +0000 (23:13 +0000)
commited7608d8eedc0cd9082b5246581c0fc4ccb392db
treec34b3c429d74534efeb928afee30f84904e15a4a
parent3ae5fbc16a60cf3f41a1c6166a65dd473e904eb1
Fixed #1070 by converting all setAttribute() values to a string which is what all browsers but IE did.  This will bring IE in line with the others and fix the bug.
src/core.js
test/unit/core.js