Skip to content

Commit bdbc253

Browse files
author
Jelte Lagendijk
committed
Don't set _destroyed
1 parent 612e932 commit bdbc253

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/ChartJS/widgets/Core.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ define([
7575
_addedToBody: false,
7676

7777
_tooltipNode: null,
78-
_destroyed: false,
7978

8079
startup: function () {
8180
logger.debug(this.id + ".startup");
@@ -259,8 +258,6 @@ define([
259258
uninitialize: function () {
260259
logger.debug(this.id + ".uninitialize");
261260

262-
this._destroyed = true;
263-
264261
//console.log(this._data);
265262
if (this._handle !== null) {
266263
this.unsubscribe(this._handle);

test/widgets/ChartJS.mpk

-12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)