Simplify names & improve HTML semantics
This commit is contained in:
parent
674cf4223b
commit
ec804f2319
31 changed files with 84 additions and 120 deletions
|
|
@ -2,7 +2,7 @@ import { createElement } from '../../helper/create-element';
|
|||
import { PageElement } from '../page-element';
|
||||
import { generate } from './image-viewer.html';
|
||||
|
||||
export class PageImageViewer extends PageElement {
|
||||
export class ImageViewer extends PageElement {
|
||||
public constructor() {
|
||||
super(createElement(generate()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue