fs: remove unnecessary usage of .hasOwnProperty()
authorJonathan Ong <jonathanrichardong@gmail.com>
Wed, 28 Jan 2015 04:18:08 +0000 (20:18 -0800)
committerVladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
Thu, 5 Mar 2015 12:35:15 +0000 (15:35 +0300)
commit4d0329ebeb5d58702be9450e0706e0f2c404848d
treee14bfb94755ee5659ce5b01646eadf9c72d1eae3
parentb72fa030572175060a747bc7b95784bf5d1e163b
fs: remove unnecessary usage of .hasOwnProperty()

PR-URL: https://github.com/iojs/io.js/pull/635
Reviewed-By: Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
lib/fs.js
test/parallel/test-fs-read-stream-inherit.js [new file with mode: 0644]