Merge pull request #17628 from jonnyynnoj/master

[mainloop.js] UMD format
This commit is contained in:
Ryan Cavanaugh
2017-07-10 09:38:21 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -26,3 +26,6 @@ interface MainLoop {
}
declare var MainLoop: MainLoop;
export = MainLoop;
export as namespace MainLoop;
+1 -1
View File
@@ -20,4 +20,4 @@
"index.d.ts",
"mainloop.js-tests.ts"
]
}
}