#issue-fix lint issue fixed

master
Agriya Dev5 2021-01-06 20:04:32 +05:30
parent 9297fd84b1
commit 8bdc198739
1 changed files with 2 additions and 10 deletions

View File

@ -1,16 +1,10 @@
/* eslint-disable node/no-unpublished-import */
import PlainAlertDialog from 'elix/src/plain/PlainAlertDialog.js';
// import AlertDialog from 'elix/define/AlertDialog.js';
import {defaultState, template} from 'elix/src/base/internal.js';
import {template} from 'elix/src/base/internal.js';
import {fragmentFrom} from 'elix/src/core/htmlLiterals.js';
import PlainBorderButton from 'elix/define/BorderButton.js';
/**
* AlertDialog component in the Plain reference design system
*
* @inherits AlertDialog
* @mixes PlainModalOverlayMixin
* @part {PlainBorderButton} choice-button
* @class SePlainAlertDialog
*/
export default class SePlainAlertDialog extends PlainAlertDialog {
/**
@ -31,8 +25,6 @@ export default class SePlainAlertDialog extends PlainAlertDialog {
</div>
`);
}
console.log(result.content);
result.content.append(
fragmentFrom.html`
<style>