Skip to content

Commit

Permalink
Remove unnecessary use of super.disposed(); | Fixes liferay#740
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Mar 19, 2018
1 parent d1d60e4 commit 5e9ddaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/clay-charts/src/ChartBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ const ChartBase = {
* @memberof ChartBase
*/
disposed() {
super.disposed();

if (isServerSide()) {
return;
}
Expand Down

0 comments on commit 5e9ddaf

Please sign in to comment.