mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
RaphaelPaper.forEach()
RaphaelPaper.forEach() declaration has been fixed.
This commit is contained in:
2
raphael/raphael.d.ts
vendored
2
raphael/raphael.d.ts
vendored
@@ -200,7 +200,7 @@ interface RaphaelPaper {
|
||||
clear(): void;
|
||||
defs: SVGDefsElement;
|
||||
ellipse(x: number, y: number, rx: number, ry: number): RaphaelElement;
|
||||
forEach(callback: number, thisArg: any): RaphaelStatic;
|
||||
forEach(callback: (el: RaphaelElement) => boolean, thisArg?: any): RaphaelStatic;
|
||||
getById(id: number): RaphaelElement;
|
||||
getElementByPoint(x: number, y: number): RaphaelElement;
|
||||
getElementsByPoint(x: number, y: number): RaphaelSet;
|
||||
|
||||
Reference in New Issue
Block a user