Skip to content
  • Mike Bostock's avatar
    Fix missing d3.transition in IE. Fixes #1491. · fc5a5864
    Mike Bostock authored
    IE doesn’t support __proto__ patching, so if the selection.prototype.transition
    method isn’t yet defined at the time d3_selectionRoot is defined, it won’t
    inherit the method when the prototype is patched later! This restores the
    original order of dependencies so that the transition method is defined before
    d3_selectionRoot is created.
    fc5a5864