Change module back to namespace

This commit is contained in:
Kohei Hisakuni
2016-02-17 07:25:16 -08:00
parent 0c8b821916
commit 220e6719ea
+1 -1
View File
@@ -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<T extends Object>(destination : T, source : Object) : T;