From e125173a7bb082cb59feef420258504c33d04afb Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 22 Mar 2016 16:50:07 -0700 Subject: [PATCH] fix: Suppress closure compiler warnings about unknown 'process' variable. Needed to compile angular2 apps with closure compiler. Closes #295 --- lib/browser/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/browser/utils.ts b/lib/browser/utils.ts index 74ad29262..f4893a344 100644 --- a/lib/browser/utils.ts +++ b/lib/browser/utils.ts @@ -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.