code updated

This commit is contained in:
Vladimir Enchev
2015-09-09 11:06:26 +03:00
parent cd313eb6d2
commit cb29e57168
3 changed files with 23 additions and 8 deletions

2
utils/utils.d.ts vendored
View File

@@ -178,5 +178,5 @@
* Opens url.
* @param url The url.
*/
export function openUrl(url: string): void
export function openUrl(url: string): boolean
}