|
Last change
on this file since a762898 was e4c61dd, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Prototype 1.1
|
-
Property mode
set to
100644
|
|
File size:
251 bytes
|
| Rev | Line | |
|---|
| [e4c61dd] | 1 | import {selection} from "d3-selection";
|
|---|
| 2 | import selection_interrupt from "./interrupt.js";
|
|---|
| 3 | import selection_transition from "./transition.js";
|
|---|
| 4 |
|
|---|
| 5 | selection.prototype.interrupt = selection_interrupt;
|
|---|
| 6 | selection.prototype.transition = selection_transition;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.