David
unread,Aug 3, 2011, 7:09:17 PM8/3/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ddr-...@googlegroups.com
I've released today a new version of the library. Two issues have been fixed
1. Error for Object.keys called on global object (IE 6,7 only)
2. Error for Object.getOwnPropertyNames called on global object (IE 6,7 only)
To avoid the problem one additional private method was introduced, names __propertyIsEnumerable.
Also new tests cases were added to test the situation.