Updated TypeScript definitions.

Added features in the API Reference MD.
This commit is contained in:
PanayotCankov
2014-05-28 15:28:47 +03:00
parent 282c57b821
commit c600a2b003
3 changed files with 26 additions and 27 deletions

View File

@@ -171,5 +171,5 @@ declare module "location" {
* However if you specify maximumAge and the location received is older it won't be received.
* @param options An optional object specifying location update settings.
*/
var getLocation: (options?: Options) => promises.Promise<Location>;
function getLocation(options?: Options): promises.Promise<Location>;
}