Skip to content
Snippets Groups Projects
Commit 2aa1687f authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Did VPULitElementJQuery class refactoring

parent 77fbb7bd
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ import select2LangEn from './i18n/en/select2' ...@@ -6,11 +6,11 @@ import select2LangEn from './i18n/en/select2'
import JSONLD from 'vpu-common/jsonld'; import JSONLD from 'vpu-common/jsonld';
import {html} from 'lit-element'; import {html} from 'lit-element';
import {i18n, dateTimeFormat, numberFormat} from './i18n.js'; import {i18n, dateTimeFormat, numberFormat} from './i18n.js';
import VPULitElement from 'vpu-common/vpu-lit-element'; import VPULitElementJQuery from 'vpu-common/vpu-lit-element-jquery';
select2(window, $); select2(window, $);
class PersonSelect extends VPULitElement { class PersonSelect extends VPULitElementJQuery {
constructor() { constructor() {
super(); super();
......
common @ 45e52fbe
Subproject commit 344fb6b9932625aad4d82ab8c1d3c9cfa83e6058 Subproject commit 45e52fbec09bf05c7e287703fc78b3040af69ac7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment