chore(ionitron): wake up ionitron!

This commit is contained in:
Perry Govier
2016-02-23 18:55:05 -06:00
parent c75be0b146
commit 53fd11c49f

View File

@ -18,7 +18,7 @@ import {ViewController} from '../nav/view-controller';
* dismissed by the user before they can resume interaction with the app. * dismissed by the user before they can resume interaction with the app.
* Dangerous (destructive) options are made obvious. There are easy * Dangerous (destructive) options are made obvious. There are easy
* ways to cancel out of the action sheet, such as tapping the backdrop or * ways to cancel out of the action sheet, such as tapping the backdrop or
* hitting the escape key on desktop. * hitting the escape key on desktop.
* *
* An action sheet is created from an array of `buttons`, with each button * An action sheet is created from an array of `buttons`, with each button
* including properties for its `text`, and optionally a `handler` and `role`. * including properties for its `text`, and optionally a `handler` and `role`.