From d7c116bad1cf9fc7327c5eaa0a16c67bc7fbfbff Mon Sep 17 00:00:00 2001 From: Rob Wormald Date: Mon, 21 Mar 2016 16:16:33 -0700 Subject: [PATCH] fix(zone): remove debugger statement --- lib/zone.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zone.ts b/lib/zone.ts index 2fce60274..bfdad690c 100644 --- a/lib/zone.ts +++ b/lib/zone.ts @@ -318,7 +318,7 @@ interface ZoneSpec { /** * Notifies of changes to the task queue empty status. - * + * * @param parentZoneDelegate Dalegate which performs the parent [ZoneSpec] operation. * @param currentZone The current [Zone] where the current interceptor has beed declared. * @param targetZone The [Zone] which originally received the request.