mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Changed order of method declarations for correct overloading
This commit is contained in:
2
raphael/raphael.d.ts
vendored
2
raphael/raphael.d.ts
vendored
@@ -28,9 +28,9 @@ interface RaphaelElement {
|
||||
animateWith(el: RaphaelElement, anim: RaphaelAnimation, params: any, ms: number, easing?: string, callback?: Function): RaphaelElement;
|
||||
animateWith(el: RaphaelElement, anim: RaphaelAnimation, animation: RaphaelAnimation): RaphaelElement;
|
||||
attr(attrName: string, value: any): RaphaelElement;
|
||||
attr(params: any): RaphaelElement;
|
||||
attr(attrName: string): any;
|
||||
attr(attrNames: string[]): any[];
|
||||
attr(params: any): RaphaelElement;
|
||||
click(handler: Function): RaphaelElement;
|
||||
clone(): RaphaelElement;
|
||||
data(key: string): any;
|
||||
|
||||
Reference in New Issue
Block a user