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

Commit

Permalink
fix(closure): Fix closure error suppression comment. (#552)
Browse files Browse the repository at this point in the history
Fix the formatting of the comment so that it's properly picked up by closure.
  • Loading branch information
vikerman authored and mhevery committed Dec 20, 2016
1 parent 8f9a5d2 commit 2643783
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
*/
Expand Down

0 comments on commit 2643783

Please sign in to comment.