aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svg.js.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts
index e5536cc..d624e88 100644
--- a/svg.js.d.ts
+++ b/svg.js.d.ts
@@ -752,7 +752,7 @@ declare namespace svgjs {
// selector.js
interface Library {
get(id: string): Element;
- select(query: string, parent: HTMLElement): Set;
+ select(query: string, parent?: HTMLElement): Set;
}
interface Parent {
select(query: string): Set;