max-mapper/monocles

JS 1.8.1 compliance or document requirement JS >= 1.8.5 is needed.

toke opened this issue · 0 comments

toke commented

Some functions are using Object.keys() which is supported in ECMAScript 5 or JavaScript 1.8.5 CouchDB minimal Requirement is spidermonkey 1.8. Ubuntu 10.04 LTS brings Spidermonkey 1.8.1.16 which implements JS 1.8.1 and does not support Object.keys().
Either document this minimal requirement. Or avoid Object.keys()