Files
isaacs e06ce7562c Fix #1707 hasOwnProperty usage
If hasOwnProperty is overridden, then calling `obj.hasOwnProperty(prop)`
can fail.  Any time a dictionary of user-generated items is built, we
cannot rely on hasOwnProperty being safe, so must call it from the
Object.prototype explicitly.
2011-09-15 10:54:08 -07:00
..
2010-10-18 14:54:39 -07:00
2011-03-28 15:28:55 -07:00
2011-09-15 10:54:08 -07:00
2010-11-23 23:33:19 -06:00
2011-03-28 15:28:55 -07:00