d3 / d3-ease

Easing functions for smooth animation.
https://d3js.org/d3-ease
BSD 3-Clause "New" or "Revised" License
606 stars 42 forks source link

Remove map #5

Closed boygirl closed 9 years ago

boygirl commented 9 years ago

cc/ @mbostock

Hi there, I'm using this handy module, and having lots of problems with the Map polyfill. This PR replaces the Map with a vanilla object, and removes the Map polyfill from the pretest script. Tests pass.

Thanks! Lauren

colinmegill commented 9 years ago

+1 for this

mbostock commented 9 years ago

(Please discuss in d3/d3-color#16.)

mbostock commented 9 years ago

Fixed in e5257ee.