source:
node_modules/d3-selection/src/selection/remove.js
| Last change on this file was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 153 bytes | |
| Rev | Line | |
|---|---|---|
| [e4c61dd] | 1 | function remove() { |
| 2 | var parent = this.parentNode; | |
| 3 | if (parent) parent.removeChild(this); | |
| 4 | } | |
| 5 | ||
| 6 | export default function() { | |
| 7 | return this.each(remove); | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
