summaryrefslogtreecommitdiffstats
path: root/svg.js.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'svg.js.d.ts')
-rw-r--r--svg.js.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts
index 75ea533..39d3e95 100644
--- a/svg.js.d.ts
+++ b/svg.js.d.ts
@@ -754,10 +754,10 @@ declare namespace svgjs {
// selector.js
interface Library {
get(id: string): Element;
- select(query: string): Set;
+ select(query: string, parent?: HTMLElement): Set;
}
interface Parent {
- select(query: string, parent: HTMLElement): Set;
+ select(query: string): Set;
}
// set.js