moby
moby copied to clipboard
Fix moby.search() with reserved words
Now moby.search('constructor')
gives an error because constructor
is standart object property. Instead of using {}
for words
i suggest to use Map
Test is failed becuase this change requires minimum Node.js v. 0.12.18