summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpro7 <justinstarlight@gmail.com>2018-03-31 15:15:30 +0200
committermpro7 <justinstarlight@gmail.com>2018-03-31 15:15:30 +0200
commit82543f3a1970db026b1ed4bd70cef9dc62272150 (patch)
tree2045ae9a8274579f1ad2e4cb050193d9e15e899b
parent841d592904c3c97cf6f65f76d495646087276e17 (diff)
downloadsvg.js-82543f3a1970db026b1ed4bd70cef9dc62272150.tar.gz
svg.js-82543f3a1970db026b1ed4bd70cef9dc62272150.zip
post-review fixes
-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