Pull the Owned android helper interface to utils/utils.

In a @private block.
This commit is contained in:
Hristo Deshev
2015-09-18 11:29:12 +03:00
committed by Vladimir Enchev
parent 13deafec79
commit d4827a34d9
8 changed files with 25 additions and 37 deletions

9
utils/utils.d.ts vendored
View File

@ -3,6 +3,15 @@
export var RESOURCE_PREFIX: string;
//@private
/**
* Used by various android event listener implementations
*/
interface Owned {
owner: any;
}
//@endprivate
/**
* Utility module related to layout.
*/