Change .each(..., this) to use .each(.bind(..., this))
Remove .contains and _.pluck from tests
Add tests/lodash.html file to use lodash instead of underscore
Add external libs as bower devDependencies - used in lodash.html
TODO: migrate tests to use bower deps rather than libs and
remove the external libs from the repo where possible.
Change .each(..., this) to use .each(.bind(..., this)) Remove .contains and _.pluck from tests Add tests/lodash.html file to use lodash instead of underscore Add external libs as bower devDependencies - used in lodash.html TODO: migrate tests to use bower deps rather than libs and remove the external libs from the repo where possible.