From 46e635001fcc6caf3dffa99fd0f70dcbe49b4403 Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Thu, 2 Jun 2016 10:52:35 +0300 Subject: [PATCH] Expose the `zonedCallback` function --- tns-core-modules/declarations.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tns-core-modules/declarations.d.ts b/tns-core-modules/declarations.d.ts index a97d8e50a..2ee5a2b4a 100644 --- a/tns-core-modules/declarations.d.ts +++ b/tns-core-modules/declarations.d.ts @@ -146,9 +146,7 @@ declare function setInterval(callback: Function, milliseconds?: number): number; */ declare function clearInterval(id: number): void; -//@private declare function zonedCallback(callback: Function): Function; -//@endprivate declare class WeakRef { constructor(obj: T);