Skip to content

Commit

Permalink
fix: πŸ› Remove non-existing bindEvents method call
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Nov 1, 2018
1 parent 7eaabcb commit 1f27d19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/body-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export default class BodyRenderer {
this.bodyScrollable = instance.bodyScrollable;
this.bodyDiv = $('.dt-body', this.bodyScrollable);
this.log = instance.log;

this.bindEvents();
}

renderRows(rows) {
Expand Down

0 comments on commit 1f27d19

Please sign in to comment.