geocoder icon indicating copy to clipboard operation
geocoder copied to clipboard

Promisable methods

Open niftytushar opened this issue 9 years ago • 1 comments

I've refactored the methods to use callback as last parameter, which is the node.js style. This will allow libraries like Bluebird to allow promisify all methods.

Also removed underscore dependency and used extend instead, which is much more lightweight and more suited for the specific purpose.

niftytushar avatar Oct 22 '15 09:10 niftytushar

lgtm

jimmywarting avatar Jul 20 '16 11:07 jimmywarting