From 2643783180ca346bb3dfd6c15be560762700d764 Mon Sep 17 00:00:00 2001 From: vikerman Date: Mon, 19 Dec 2016 17:04:45 -0800 Subject: [PATCH] fix(closure): Fix closure error suppression comment. (#552) Fix the formatting of the comment so that it's properly picked up by closure. --- lib/common/utils.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/common/utils.ts b/lib/common/utils.ts index b2e610434..8dc642741 100644 --- a/lib/common/utils.ts +++ b/lib/common/utils.ts @@ -5,9 +5,8 @@ * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ - /** - * Suppress closure compiler errors about unknown 'process' variable + * Suppress closure compiler errors about unknown 'Zone' variable * @fileoverview * @suppress {undefinedVars} */