diff --git a/raphael/raphael.d.ts b/raphael/raphael.d.ts index 382082799..4d174fa71 100644 --- a/raphael/raphael.d.ts +++ b/raphael/raphael.d.ts @@ -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;