fix all indentation issues in book player
This commit is contained in:
parent
5b2837f137
commit
512f33a7fb
1 changed files with 161 additions and 163 deletions
|
@ -9,7 +9,6 @@ import 'css!./style';
|
||||||
import 'material-icons';
|
import 'material-icons';
|
||||||
import 'paper-icon-button-light';
|
import 'paper-icon-button-light';
|
||||||
|
|
||||||
/* eslint-disable indent */
|
|
||||||
export class BookPlayer {
|
export class BookPlayer {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.name = 'Book Player';
|
this.name = 'Book Player';
|
||||||
|
@ -198,5 +197,4 @@ export class BookPlayer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* eslint-enable indent */
|
|
||||||
export default BookPlayer;
|
export default BookPlayer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue