resolve conflict

This commit is contained in:
Juriy Zaytsev 2009-03-20 16:27:28 -04:00
commit 25a38aa717
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
* Remove sniffing from one of the DOM tests, which produced failures in IE8 (kangax)
* Remove sniffing from one of the DOM tests, which produced failures in IE8. (kangax)
* Fix `Form.reset` test where `respondsTo` wouldn't detect a method due to typeof returning "object" (rather than "function") in IE (kangax)