From b6ec5546951ba33a0da9a8d1c2ad3448da26b0a8 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Fri, 18 Dec 2015 16:19:37 -0600 Subject: [PATCH] docs(actionSheet): don't document param object properties as params Closes #676 --- ionic/components/action-sheet/action-sheet.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ionic/components/action-sheet/action-sheet.ts b/ionic/components/action-sheet/action-sheet.ts index 1a122600c0..97472f903a 100644 --- a/ionic/components/action-sheet/action-sheet.ts +++ b/ionic/components/action-sheet/action-sheet.ts @@ -130,8 +130,8 @@ export class ActionSheet { * the action sheet, or false to keep it opened. * - `{function=}` `destructiveButtonClicked` Called when the destructive button is clicked. * Return true to close the action sheet, or false to keep it opened. - * @param {String} [opts.enterAnimation='action-sheet-slide-in'] The class used to animate an actionSheet that is entering. - * @param {String} [opts.leaveAnimation='action-sheet-slide-out'] The class used to animate an actionSheet that is leaving. + * - `{String}` `enterAnimation` The class used to animate an actionSheet that is entering. + * - `{String}` `leaveAnimation` The class used to animate an actionSheet that is leaving. * @return {Promise} Promise that resolves when the action sheet is open. */ open(opts={}) {