Преглед изворни кода

refactor: remove window assignment

funnel-chart
Shivam Mishra пре 5 година
committed by GitHub
родитељ
комит
2c35a2f35b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/js/charts/FunnelChart.js

+ 1
- 1
src/js/charts/FunnelChart.js Прегледај датотеку

@@ -7,7 +7,7 @@ export default class FunnelChart extends AggregationChart {
constructor(parent, args) {
super(parent, args);
this.type = 'funnel';
window.funnel = this;
funnel = this;
this.setup();
}



Loading…
Откажи
Сачувај