Changes between Initial Version and Version 1 of Ticket #13715, comment 1
- Timestamp:
- Apr 2, 2013, 9:23:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13715, comment 1
initial v1 1 1 I think it's cause of this block of code: 2 2 {{{ 3 if ( ( obj.constructor && 4 !core_hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) || 5 !core_hasOwn.call(Object.getPrototypeOf(obj).constructor.prototype, "isPrototypeOf") ) { 3 if ( obj.constructor && 4 !core_hasOwn.call( obj.constructor.prototype, "isPrototypeOf" ) ) { 6 5 return false; 7 6 }