mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Remove box2d/box2dweb.d.ts.tscparams
This commit is contained in:
@@ -1 +0,0 @@
|
||||
""
|
||||
4
box2d/box2dweb.d.ts
vendored
4
box2d/box2dweb.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
""
|
||||
Reference in New Issue
Block a user