We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612e932 commit bdbc253Copy full SHA for bdbc253
src/ChartJS/widgets/Core.js
@@ -75,7 +75,6 @@ define([
75
_addedToBody: false,
76
77
_tooltipNode: null,
78
- _destroyed: false,
79
80
startup: function () {
81
logger.debug(this.id + ".startup");
@@ -259,8 +258,6 @@ define([
259
258
uninitialize: function () {
260
logger.debug(this.id + ".uninitialize");
261
262
- this._destroyed = true;
263
-
264
//console.log(this._data);
265
if (this._handle !== null) {
266
this.unsubscribe(this._handle);
test/widgets/ChartJS.mpk
-12 Bytes
0 commit comments