1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-17 13:56:38 +02:00

tidy-up code (2)

This commit is contained in:
koalyptus 2017-12-03 21:57:07 +11:00
parent 13adb6fb3a
commit 86a650ff6d

View file

@ -1293,9 +1293,7 @@ export class TableFilter {
this.emitter.emit('before-loading-extensions', this);
// for (let i = 0, len = exts.length; i < len; i++) {
exts.forEach((ext) => {
// let ext = exts[i];
this.loadExtension(ext);
});
this.emitter.emit('after-loading-extensions', this);