mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
chore(): update stencil version
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
"dist/"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@stencil/core": "0.0.8-10",
|
||||
"@stencil/core": "0.0.8-12",
|
||||
"@stencil/dev-server": "0.0.18-0",
|
||||
"@stencil/utils": "latest",
|
||||
"@types/jest": "^21.1.6",
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
|
||||
import { Component, CssClassMap, Element, Event, EventEmitter, Method, Prop } from '@stencil/core';
|
||||
import { Animation, AnimationBuilder, AnimationController, Config, OverlayDismissEvent, OverlayDismissEventDetail } from '../../index';
|
||||
import { domControllerAsync, playAnimationAsync } from '../../utils/helpers';
|
||||
@ -235,9 +234,6 @@ export class Alert {
|
||||
}
|
||||
|
||||
buttonClick(button: any) {
|
||||
// TODO keep the time of the most recent button click
|
||||
// this.lastClick = Date.now();
|
||||
|
||||
let shouldDismiss = true;
|
||||
|
||||
if (button.handler) {
|
||||
|
||||
Reference in New Issue
Block a user