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.
2 parents 1e104b4 + b6d0758 commit d332614Copy full SHA for d332614
1 file changed
src/data/DataSet.js
@@ -47,7 +47,7 @@ function DataSet(data, options) {
47
48
}
49
50
-DataSet.prototype = Event.prototype;
+DataSet.prototype = Object.create(Event.prototype);
51
52
/**
53
* Add data.
0 commit comments