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

Commit

Permalink
fix: Suppress closure compiler warnings about unknown 'process' varia…
Browse files Browse the repository at this point in the history
…ble.

Needed to compile angular2 apps with closure compiler.

Closes #295
  • Loading branch information
alexeagle authored and mhevery committed Apr 8, 2016
1 parent 5dc4339 commit e125173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/browser/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Suppress closure compiler errors about unknown 'process' constiable
* Suppress closure compiler errors about unknown 'process' variable
* @fileoverview
* @suppress {undefinedconsts}
* @suppress {undefinedVars}
*/

// Hack since TypeScript isn't compiling this for a worker.
Expand Down

0 comments on commit e125173

Please sign in to comment.