Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
camargo committed Mar 7, 2017
1 parent 75e3749 commit f3ce5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class App extends Component {
}

componentWillMount() {
document.addEventListener('gl-plot-2d-init-plot-done-plot1', (event) => {
document.addEventListener('gl-plot-2d-init-plot-done-plot1', () => {
this.glPlot2dComponent1.addLinePlot(this.line1);
this.glPlot2dComponent1.drawPlot();
});
Expand Down

0 comments on commit f3ce5a7

Please sign in to comment.