Merge pull request #84 from NativeScript/nnikolov/KnownEventsKnownEventsChanges

Some changes to Api reference due to `knownEvents` breaking change.
This commit is contained in:
Nedyalko Nikolov
2015-04-27 09:49:58 +03:00

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 {