_addArrayFromBuilder and _context exposed in definitions

This commit is contained in:
Vladimir Enchev
2015-03-30 11:56:58 +03:00
parent 54f80f54fc
commit 6ad062bbdf
2 changed files with 3 additions and 2 deletions

3
ui/page/page.d.ts vendored
View File

@ -109,9 +109,10 @@ declare module "ui/page" {
*/
on(event: "navigatedTo", callback: (args: NavigatedData) => void);
_addArrayFromBuilder(name: string, value: Array<any>): void;
//@private
_getStyleScope(): styleScope.StyleScope;
_addArrayFromBuilder(name: string, value: Array<any>): void;
//@endprivate
}