chore(): update stencil version

This commit is contained in:
mhartington
2017-12-07 12:01:40 -05:00
parent 9469e09bb9
commit d23fd68143
2 changed files with 1 additions and 5 deletions

View File

@ -10,7 +10,7 @@
"dist/" "dist/"
], ],
"devDependencies": { "devDependencies": {
"@stencil/core": "0.0.8-10", "@stencil/core": "0.0.8-12",
"@stencil/dev-server": "0.0.18-0", "@stencil/dev-server": "0.0.18-0",
"@stencil/utils": "latest", "@stencil/utils": "latest",
"@types/jest": "^21.1.6", "@types/jest": "^21.1.6",

View File

@ -1,4 +1,3 @@
import { Component, CssClassMap, Element, Event, EventEmitter, Method, Prop } from '@stencil/core'; import { Component, CssClassMap, Element, Event, EventEmitter, Method, Prop } from '@stencil/core';
import { Animation, AnimationBuilder, AnimationController, Config, OverlayDismissEvent, OverlayDismissEventDetail } from '../../index'; import { Animation, AnimationBuilder, AnimationController, Config, OverlayDismissEvent, OverlayDismissEventDetail } from '../../index';
import { domControllerAsync, playAnimationAsync } from '../../utils/helpers'; import { domControllerAsync, playAnimationAsync } from '../../utils/helpers';
@ -235,9 +234,6 @@ export class Alert {
} }
buttonClick(button: any) { buttonClick(button: any) {
// TODO keep the time of the most recent button click
// this.lastClick = Date.now();
let shouldDismiss = true; let shouldDismiss = true;
if (button.handler) { if (button.handler) {