Added TypeScript definitions in the BCL project.

This commit is contained in:
panayot.cankov@telerik.com
2014-04-01 17:15:10 +03:00
parent b8314a3a4c
commit 6d5f779253
4 changed files with 63880 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
// Android specific TypeScript declarations
// TODO: This is temporary, until we have the TS definitions for the native APIs
/*
declare module org {
export module json {
export class JSONArray {
@@ -335,6 +336,7 @@ declare module android {
}
}
}
*/
declare var app;
declare var telerik;