Update snap-svg.d.ts

This commit is contained in:
lhk
2014-11-25 18:30:16 +01:00
parent 0e54668113
commit fcb3fc4ba6
+1
View File
@@ -188,6 +188,7 @@ declare module Snap {
export interface Fragment {
select(query:string):Snap.Element;
selectAll(query:string):Snap.Set;
selectAll():Snap.Set;
}