mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
tweenjs: fixed signature of static get() on Tween
This commit is contained in:
Vendored
+1
-1
@@ -120,7 +120,7 @@ module createjs {
|
||||
// methods
|
||||
call(callback: (tweenObject: Tween) => any, params?: any[], scope?: Object); // when 'params' isn't given, the callback receives a tweenObject
|
||||
call(callback: (...params: any[]) => any, params?: any[], scope?: Object); // otherwise, it receives the params only
|
||||
static get(target, props: Object): Tween;
|
||||
static get(target, props?: Object, pluginData?: Object, override?: bool): Tween;
|
||||
static hasActiveTweens(target? ): void;
|
||||
static installPlugin(plugin: Object, properties: Object): void;
|
||||
pause(tween: Tween): void;
|
||||
|
||||
Reference in New Issue
Block a user