Skip to content

Commit

Permalink
Don't set _destroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Jul 11, 2017
1 parent 612e932 commit bdbc253
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ChartJS/widgets/Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ define([
_addedToBody: false,

_tooltipNode: null,
_destroyed: false,

startup: function () {
logger.debug(this.id + ".startup");
Expand Down Expand Up @@ -259,8 +258,6 @@ define([
uninitialize: function () {
logger.debug(this.id + ".uninitialize");

this._destroyed = true;

//console.log(this._data);
if (this._handle !== null) {
this.unsubscribe(this._handle);
Expand Down
Binary file modified test/widgets/ChartJS.mpk
Binary file not shown.

0 comments on commit bdbc253

Please sign in to comment.