mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Remove trailing whitespaces
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ declare module TWEEN {
|
||||
export function add(tween:Tween): void;
|
||||
export function remove(tween:Tween): void;
|
||||
export function update(time?:number): boolean;
|
||||
|
||||
|
||||
export class Tween {
|
||||
constructor(object?:any);
|
||||
to(properties:any, duration:number): Tween;
|
||||
|
||||
Reference in New Issue
Block a user