mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update raphael.d.ts
add required parameter 'el: RaphaelElement' to RaphaelSet.insertBefore() and RaphaelSet.insertAfter()
This commit is contained in:
Vendored
+2
-2
@@ -129,8 +129,8 @@ interface RaphaelSet {
|
||||
hide(): RaphaelSet;
|
||||
hover(f_in: Function, f_out: Function, icontext?: any, ocontext?: any): RaphaelSet;
|
||||
id: string;
|
||||
insertAfter(): RaphaelSet;
|
||||
insertBefore(): RaphaelSet;
|
||||
insertAfter(el: RaphaelElement): RaphaelSet;
|
||||
insertBefore(el: RaphaelElement): RaphaelSet;
|
||||
isPointInside(x: number, y: number): boolean;
|
||||
isVisible(): boolean;
|
||||
matrix: RaphaelMatrix;
|
||||
|
||||
Reference in New Issue
Block a user