Skip to content

Commit

Permalink
Cleanup (#3266)
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Oct 16, 2023
1 parent 0c220fe commit 444e788
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/main/resources/assets/admin/common/js/dom/Element.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as Q from 'q';
// import 'jquery-ui/ui/tabbable'; // jquery-ui is a peerDependency
import {StyleHelper} from '../StyleHelper';
import {StringHelper} from '../util/StringHelper';
import {ObjectHelper} from '../ObjectHelper';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import 'jquery-ui/ui/widgets/sortable'; // jquery-ui is a peerDependency
import * as Q from 'q';
import {Property} from '../../../data/Property';
import {PropertyArray} from '../../../data/PropertyArray';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import * as $ from 'jquery'; // jquery is a peerDependency
import * as Q from 'q';
import {H2El} from '../../dom/H2El';
import {Element} from '../../dom/Element';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import 'jquery-ui/ui/widgets/sortable'; // jquery-ui is a peerDependency
import {DivEl} from '../../../dom/DivEl';
import {Element} from '../../../dom/Element';
import {Option} from '../Option';
Expand Down

0 comments on commit 444e788

Please sign in to comment.