From a2d890905b55b65ae6fdf611e60cc24216939288 Mon Sep 17 00:00:00 2001 From: PanayotCankov Date: Tue, 3 Jun 2014 11:49:10 +0300 Subject: [PATCH] Added qualified names to namespaces. Added files for the namespace modules. --- text/text.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/text.d.ts b/text/text.d.ts index a5359343c..7f6c92774 100644 --- a/text/text.d.ts +++ b/text/text.d.ts @@ -2,7 +2,7 @@ * Defines the supported character encodings. */ declare module "text" { - export module encoding { + module encoding { export var ISO_8859_1: any; export var US_ASCII: any; export var UTF_16: any;