aaylward / restful-mbta

Node.js wrapper for MBTA's RESTful API.
Other
0 stars 0 forks source link

stop depending on lodash #2

Closed aaylward closed 11 years ago

aaylward commented 11 years ago

Currently it's used in places where we could use regular ES5 stuff like Array::map and filter and whatnot.

aaylward commented 11 years ago

currently, it's only used for _.flatten, but I bet we can get away without it!