Fixed lazy.js module export

This commit is contained in:
Bart van der Schoor
2014-02-25 04:25:09 +01:00
parent f8688fd50c
commit 309b6d1444
+4
View File
@@ -242,3 +242,7 @@ declare module LazyJS {
declare var Lazy:LazyJS.LazyStatic;
declare module 'lazy.js' {
export = Lazy;
}