moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js
MIT License
559 stars 148 forks source link

support multiple avoid type #134

Closed liorsion closed 7 years ago

chiu0602 commented 7 years ago

change for (argIdx in argsArray) to for (var argIdx in argsArray) can avoid check fail

fabriziomoscon commented 7 years ago

It seems legitimate

fabriziomoscon commented 7 years ago

published as npm googlemaps@1.12.0

liorsion commented 7 years ago

thanks for the good job, hope I can help further.

fabriziomoscon commented 7 years ago

sure, I am not using this module in any of my active projects at the moment. So please feel free to open issues and PRs for anything you find