From 220e6719ea9efc8b0325303bd8c55575084ae471 Mon Sep 17 00:00:00 2001 From: Kohei Hisakuni Date: Wed, 17 Feb 2016 07:25:16 -0800 Subject: [PATCH] Change module back to namespace --- vexflow/vexflow.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vexflow/vexflow.d.ts b/vexflow/vexflow.d.ts index fd41619ef..9f5a8a006 100644 --- a/vexflow/vexflow.d.ts +++ b/vexflow/vexflow.d.ts @@ -6,7 +6,7 @@ //inconsistent namespace: this is a helper funtion from tables.js and should not pollute the global namespace! declare function sanitizeDuration(duration : string) : string; -declare module Vex { +declare namespace Vex { function L(block : string, args : any[]) : void; function Merge(destination : T, source : Object) : T;