documentcloud / underscore-contrib

The brass buckles on Underscore's utility belt
MIT License
621 stars 117 forks source link

Change underscore import/export boiler plate #187

Closed megawac closed 9 years ago

megawac commented 9 years ago

Fixes #186

Lets you do

var _ = require("underscore-contrib/underscore.object.selectors");

PS I would also like to remove the underscore.* prefixes

joshuacc commented 9 years ago

@megawac This looks good to me.

I have no objection to removing the prefixes. Maybe do that in a separate commit, though?

Also, I see that @fogus took my suggestion of adding you as a collaborator. :grin: Feel free to merge this in at any time.

joshuacc commented 9 years ago

:+1: