fix(menu-button): fix sass linting

This commit is contained in:
Manu Mtz.-Almeida
2018-07-24 02:38:55 +02:00
parent ddb1e4989a
commit d22f04bd90
6 changed files with 11 additions and 8 deletions

View File

@ -12,8 +12,7 @@ import { isEndSide } from '../../utils/helpers';
export class ItemOptions {
@Element() el!: HTMLElement;
@Prop({ context: 'window' })
win!: Window;
@Prop({ context: 'window' }) win!: Window;
/**
* The side the option button should be on. Possible values: `"start"` and `"end"`. Defaults to `"end"`. If you have multiple `ion-item-options`, a side must be provided for each.