UNPKG

phaser4-rex-plugins

Version:
8 lines 173 B
var UpdateChart = function () { if (this.chart === undefined) { return this; } this.chart.update(); return this; } export default UpdateChart;