TomFrost / Jexl

Javascript Expression Language: Powerful context-based expression parser and evaluator
MIT License
573 stars 94 forks source link

move function to second arg of .then #4

Closed will-weiss closed 9 years ago

will-weiss commented 9 years ago

Very minor PR to conform fully to the A+ spec. Removes once instance of Promise.prototype.catch which is not part of the spec. Noticed this after upgrading to node v0.12.4.