Skip to content

Commit c65748e

Browse files
committed
Remove box2d/box2dweb.d.ts.tscparams
1 parent be2633a commit c65748e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

box2d/box2dweb-tests.ts.tscparams

Lines changed: 0 additions & 1 deletion
This file was deleted.

box2d/box2dweb.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4271,7 +4271,7 @@ declare module Box2D.Dynamics.Joints {
42714271
* Set the user data pointer.
42724272
* @param data Your custom data.
42734273
**/
4274-
public SetUserData(data: any); void;
4274+
public SetUserData(data: any): void;
42754275
}
42764276
}
42774277

@@ -5377,7 +5377,7 @@ declare module Box2D.Dynamics.Joints {
53775377
* Set the motor speed in radians per second.
53785378
* @param speed New motor speed.
53795379
**/
5380-
public SetMotorSpeed(speed: number); void;
5380+
public SetMotorSpeed(speed: number): void;
53815381
}
53825382
}
53835383

box2d/box2dweb.d.ts.tscparams

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)