Merge pull request #8081 from khisakuni/master

Make sure vexflow can be loaded with jspm
This commit is contained in:
Masahiro Wakame
2016-02-21 01:29:21 +09:00
+4
View File
@@ -1411,3 +1411,7 @@ declare namespace Vex {
}
}
}
declare module "vexflow" {
export = Vex;
}