async declaration removed

This commit is contained in:
Vladimir Enchev
2015-10-01 17:13:42 +03:00
parent fb24c13331
commit 7a86a36d31

2
utils/utils.d.ts vendored
View File

@@ -109,8 +109,6 @@
*/
export function getPalleteColor(name: string, context: android.content.Context): number;
}
export function async<T>(doInBackground: () => T, callback: (result: T) => void);
}
/**
* Module with ios specific utilities.