Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // function convertToMapId(newRegion) {
  2. // console.log("map id conversion triggered");
  3. // for (var region in regionLibrary.mapRegions) {
  4. // if (newRegion === regionLibrary.mapRegions[region]) {
  5. // console.log("region ID is " + region);
  6. // return region;
  7. // }
  8. // }
  9. // }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement