source: node_modules/d3-transition/src/selection/index.js@ e4c61dd

Last change on this file since e4c61dd was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Prototype 1.1

  • Property mode set to 100644
File size: 251 bytes
Line 
1import {selection} from "d3-selection";
2import selection_interrupt from "./interrupt.js";
3import selection_transition from "./transition.js";
4
5selection.prototype.interrupt = selection_interrupt;
6selection.prototype.transition = selection_transition;
Note: See TracBrowser for help on using the repository browser.