From bbe3a8f5f91980e9bd33ffeae114d704329c4e0b Mon Sep 17 00:00:00 2001 From: Nedyalko Nikolov Date: Mon, 27 Apr 2015 09:44:46 +0300 Subject: [PATCH] Some changes to Api reference due to breaking change. --- ui/frame/frame.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/frame/frame.d.ts b/ui/frame/frame.d.ts index 436981d5d..3a8c9652a 100644 --- a/ui/frame/frame.d.ts +++ b/ui/frame/frame.d.ts @@ -156,7 +156,7 @@ declare module "ui/frame" { } /** - * Represents the data passed to the knownEvents.android.optionSelected event. + * Represents the data passed to the androidOptionSelected event. * This event is raised by the Android OS when an option in the Activity's action bar has been selected. */ export interface AndroidOptionEventData extends observable.EventData {