mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Update snap-svg.d.ts
This commit is contained in:
Vendored
+4
-2
@@ -187,9 +187,11 @@ declare module Snap {
|
||||
}
|
||||
|
||||
export interface Fragment {
|
||||
//TODO: The documentation says that selectAll returns a set, but the getting started guide
|
||||
// uses .attr on the returned object. That's not supported by a set
|
||||
select(query:string):Snap.Element;
|
||||
selectAll(query:string):Snap.Set;
|
||||
selectAll():Snap.Set;
|
||||
selectAll(query:string):any;
|
||||
selectAll():any;
|
||||
}
|
||||
|
||||
export interface Matrix {
|
||||
|
||||
Reference in New Issue
Block a user