android application fixed + web client android implementation

This commit is contained in:
Vladimir Enchev
2014-03-20 16:17:49 +02:00
parent aeadb82cb2
commit bbd8fd92ea
4 changed files with 51 additions and 7 deletions

View File

@@ -337,4 +337,23 @@ declare module android {
}
declare var app;
declare var telerik;
declare var telerik;
declare module com {
export module koushikdutta {
export module ion {
export class Ion {
static with(context: any, url : string) : any;
}
}
export module async {
export module future {
export class FutureCallback {
constructor(context: any);
}
}
}
}
}