Merge pull request #8302 from adamk33n3r/master

P2 module not in quotes
This commit is contained in:
Masahiro Wakame
2016-02-29 22:50:03 +09:00
Vendored
+4
View File
@@ -3,6 +3,10 @@
// Definitions by: Clark Stevenson <https://github.com/clark-stevenson>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "p2" {
export = p2;
}
declare module p2 {
export class AABB {