From efe4633b15fb2e9c6527197cb2ff122745f0346e Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Fri, 20 May 2016 10:02:47 -0700 Subject: [PATCH] refactor(empty.ts): typo (#8398) emppty -> empty --- modules/empty.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/empty.ts b/modules/empty.ts index 424c2f9bf1..89ec055603 100644 --- a/modules/empty.ts +++ b/modules/empty.ts @@ -1,4 +1,4 @@ // This file intentionally left blank. It is used to load nothing in some cases. // Such as parse5/index is redirected here instead of loading into browser. -export var __emppty__; +export var __empty__;