module name added, removed empty lines

This commit is contained in:
David Asmuth
2016-01-17 21:08:52 +01:00
parent c1dc967273
commit b64f4c9894
+3 -30
View File
@@ -4,6 +4,9 @@
// David Asmuth <https://github.com/piranha771/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module 'matter-js' {
export = Matter;
}
declare module Matter {
/**
@@ -2882,32 +2885,12 @@ declare module Matter {
}
export interface ICollisionFilter {
category: number;
mask: number;
group: number;
}
export interface IMousePoint {
x: number;
y: number;
@@ -2932,14 +2915,6 @@ declare module Matter {
pixelRatio: number;
}
export interface IEvent<T> {
/**
* The name of the event
@@ -3177,8 +3152,6 @@ declare module Matter {
*/
static on(obj: Engine, name: "afterRender", callback: (e: IEventTimestamped<Runner>) => void): void;
/**
* Fired when the mouse is down (or a touch has started) during the last step
* @param obj