mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-23 11:50:15 +08:00
Update raphael.d.ts
add required parameter 'el: RaphaelElement' to insertAfter() and insertBefore() methods
This commit is contained in:
Vendored
+2
-2
@@ -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