Merge pull request #8801 from trodi/raphael

allow importing raphael as a module
This commit is contained in:
Horiuchi_H
2016-04-01 16:53:30 +09:00
+3
View File
@@ -294,3 +294,6 @@ interface RaphaelStatic {
}
declare var Raphael: RaphaelStatic;
declare module "raphael" {
export = Raphael;
}