Remove box2d/box2dweb.d.ts.tscparams

This commit is contained in:
vvakame
2014-01-11 23:09:42 +09:00
parent be2633af53
commit c65748e5a0
3 changed files with 2 additions and 4 deletions

View File

@@ -1 +0,0 @@
""

4
box2d/box2dweb.d.ts vendored
View File

@@ -4271,7 +4271,7 @@ declare module Box2D.Dynamics.Joints {
* Set the user data pointer.
* @param data Your custom data.
**/
public SetUserData(data: any); void;
public SetUserData(data: any): void;
}
}
@@ -5377,7 +5377,7 @@ declare module Box2D.Dynamics.Joints {
* Set the motor speed in radians per second.
* @param speed New motor speed.
**/
public SetMotorSpeed(speed: number); void;
public SetMotorSpeed(speed: number): void;
}
}

View File

@@ -1 +0,0 @@
""