Fixed a bunch of typo's and minor errors in TypeScript definition files. (#4707)

* Fix a bunch of typo's and minor errors in TypeScript definition files.

* Implemented the requested change by @hshristov
This commit is contained in:
Eddy Verbruggen
2017-08-21 10:22:04 +02:00
committed by Hristo Hristov
parent 121ad5de01
commit 6e06eba218
17 changed files with 71 additions and 52 deletions

View File

@ -44,7 +44,7 @@ export enum GestureTypes {
}
/**
* Defines an enum with supported gesture types.
* Defines an enum with supported gesture states.
*/
export enum GestureStateTypes {
/**
@ -196,7 +196,7 @@ export interface Pointer {
}
/**
* Provides gesture event data for pinch gesture.
* Provides gesture event data.
*/
export interface GestureEventDataWithState extends GestureEventData {
state: number;