Some changes to Api reference due to breaking change.

This commit is contained in:
Nedyalko Nikolov
2015-04-27 09:44:46 +03:00
parent 7ae11be4d4
commit bbe3a8f5f9

2
ui/frame/frame.d.ts vendored
View File

@@ -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 {