UNPKG

chrt-object

Version:

Universal Object components of Chrt

7 lines (6 loc) 183 B
export default function update() { if(this.parentNode && this.parentNode.scales.x[this.scales.x] && this.parentNode.scales.y[this.scales.y]) { this.draw(); } return this; }