Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 2643783

Browse files
vikermanmhevery
authored andcommitted
fix(closure): Fix closure error suppression comment. (#552)
Fix the formatting of the comment so that it's properly picked up by closure.
1 parent 8f9a5d2 commit 2643783

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: lib/common/utils.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8-
98
/**
10-
* Suppress closure compiler errors about unknown 'process' variable
9+
* Suppress closure compiler errors about unknown 'Zone' variable
1110
* @fileoverview
1211
* @suppress {undefinedVars}
1312
*/

0 commit comments

Comments
 (0)