Added typed information for lazily loaded android types.

This commit is contained in:
atanasovg
2016-01-20 14:03:04 +02:00
parent fbc612610f
commit f930914fa8
10 changed files with 13 additions and 12 deletions

View File

@ -3,7 +3,7 @@ import { knownFolders } from "file-system"
export var debug = true;
// TODO: Get this from the runtimes...
var applicationRootPath;
var applicationRootPath: string;
function ensureAppRootPath() {
if (!applicationRootPath) {
applicationRootPath = knownFolders.currentApp().path;