Fix ios unit-tests

Exclude Location tests for iOS
This commit is contained in:
hshristov
2015-04-14 12:24:39 +03:00
parent 4e7144cff8
commit 646b4723ad
2 changed files with 13 additions and 6 deletions

View File

@ -18,7 +18,7 @@ declare module "platform" {
export class device {
/**
* Gets the model of the device.
* For example: "Nexus 5" or "iPhone.
* For example: "Nexus 5" or "iPhone".
*/
static model: string;