Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 14827bc

Browse files
committed
chore(#1591): remove unused local variable
1 parent 04c37f8 commit 14827bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/angular-datatables.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export class DataTableDirective implements OnDestroy, OnInit {
6363
}
6464

6565
private displayTable(dtOptions: ADTSettings): void {
66-
const self = this;
6766
// assign new options if provided
6867
if (dtOptions) {
6968
this.dtOptions = dtOptions;

0 commit comments

Comments
 (0)