fix: 🐛 Remove non-existing bindEvents method call

This commit is contained in:
Faris Ansari 2018-11-01 11:29:15 +05:30
parent 7eaabcbfe0
commit 1f27d194ca

View File

@ -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) {