mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Update raphael.d.ts
add required parameter 'el: RaphaelElement' to insertAfter() and insertBefore() methods
This commit is contained in:
4
raphael/raphael.d.ts
vendored
4
raphael/raphael.d.ts
vendored
@@ -42,8 +42,8 @@ interface RaphaelElement {
|
||||
hide(): RaphaelElement;
|
||||
hover(f_in: Function, f_out: Function, icontext?: any, ocontext?: any): RaphaelElement;
|
||||
id: string;
|
||||
insertAfter(): RaphaelElement;
|
||||
insertBefore(): RaphaelElement;
|
||||
insertAfter(el: RaphaelElement): RaphaelElement;
|
||||
insertBefore(el: RaphaelElement): RaphaelElement;
|
||||
isPointInside(x: number, y: number): boolean;
|
||||
isVisible(): boolean;
|
||||
matrix: RaphaelMatrix;
|
||||
|
||||
Reference in New Issue
Block a user