mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Bugfix and cleanup rollup based javascript even more
This commit is contained in:
parent
7ccc44616d
commit
3983932bc0
17 changed files with 84 additions and 169 deletions
|
|
@ -1,9 +1,8 @@
|
|||
import { i18n } from 'Common/Translator';
|
||||
import { defaultOptionsAfterRender } from 'Common/Utils';
|
||||
import { componentExportHelper } from 'Component/Abstract';
|
||||
import { AbstractInput } from 'Component/AbstractInput';
|
||||
|
||||
class SelectComponent extends AbstractInput {
|
||||
export class SelectComponent extends AbstractInput {
|
||||
/**
|
||||
* @param {Object} params
|
||||
*/
|
||||
|
|
@ -23,5 +22,3 @@ class SelectComponent extends AbstractInput {
|
|||
this.defaultOptionsAfterRender = defaultOptionsAfterRender;
|
||||
}
|
||||
}
|
||||
|
||||
export default componentExportHelper(SelectComponent, 'SelectComponent');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue