]> git.ipfire.org Git - thirdparty/moment.git/commit
Avoid obj.hasOwnProperty in favor of Object.prototype.hasOwnPrototype 1874/head
authorIskren Chernev <iskren.chernev@gmail.com>
Wed, 20 Aug 2014 22:10:18 +0000 (01:10 +0300)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 20 Aug 2014 22:10:18 +0000 (01:10 +0300)
commit6d37f3b71e598b04b31f9c3caaa1dabffc894e1a
tree6096bcabd6a894cc295909443a9909152251dfa8
parent092610d4c1b9a6ec35c70ec2a2ceb4dd70d0b330
Avoid obj.hasOwnProperty in favor of Object.prototype.hasOwnPrototype

Reimplement #1818, with replacing all hasOwnPrototype and adding a test.
moment.js
test/moment/is_moment.js