futurice / power-ui

power.futurice.com new UI
Apache License 2.0
57 stars 2 forks source link

Changes uses of Array.find to _.find from lodash #15

Closed petuomin closed 9 years ago

petuomin commented 9 years ago

Array.prototype.find is not well supported by older browsers, like chrome 44.

@staltz