Changes between Initial Version and Version 1 of Ticket #9425, comment 9
- Timestamp:
- Jun 4, 2011, 4:30:45 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9425, comment 9
initial v1 3 3 4 4 To avoid such problems, in my patch, I makes an additional check in case there is a global "hasOwnProperty". This check is performed only if there is an "length" property, and window has one. 5 6 Btw. window has no a "constructor" property in IE6/7/8.