Skip to content

Commit 4c1fc94

Browse files
monferanielsenb-jf
authored andcommitted
Lint
1 parent 36ff540 commit 4c1fc94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/gl2d/scene2d.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,12 @@ proto.destroy = function() {
319319
this.glplot = null;
320320
this.stopped = true;
321321

322-
var traces = this.traces
322+
var traces = this.traces;
323323
if(traces) {
324324
Object.keys(traces).map(function(key) {
325325
traces[key].dispose();
326326
traces[key] = null;
327-
})
327+
});
328328
}
329329
};
330330

0 commit comments

Comments
 (0)