mirror of https://github.com/lukechilds/node.git
Browse Source
Fix invalid `hasOwnProperty` function usage. For example, before in the REPL: ``` > Ar<Tab> Array Array ArrayBuffer ``` Now: ``` > Ar<Tab> Array ArrayBuffer ``` Fixes #6255. Closes #6498.v0.10.22-release
Maciej Małecki
11 years ago
committed by
Nathan Rajlich
2 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue