Skip to content

Commit 83e6bbb

Browse files
committed
[DataTables] Remove unused declaration
1 parent 3cacce3 commit 83e6bbb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/DataTables/assets/dist/controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Controller } from '@hotwired/stimulus';
22
import DataTable from 'datatables.net-dt';
33

4-
let isDataTableInitialized = false;
54
class default_1 extends Controller {
65
constructor() {
76
super(...arguments);

src/DataTables/assets/src/controller.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import { Controller } from '@hotwired/stimulus';
1111
import DataTable from 'datatables.net-dt';
1212

13-
let isDataTableInitialized = false;
14-
1513
export default class extends Controller {
1614
declare readonly viewValue: any;
1715

0 commit comments

Comments
 (0)