Skip to content

Commit eccb0b2

Browse files
committed
Change the drawDom() method parameters, to fix TypeScript deffinitions
1 parent c719c98 commit eccb0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/javascript/drawing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The promise will be resolved with the root [Group](drawing/group) of the scene.
5656

5757
#### Parameters
5858

59-
##### element `HTMLElement`
59+
##### element `jQuery`
6060
The root DOM element to draw.
6161

6262
#### Returns
@@ -427,4 +427,4 @@ The rectangle in which the elements should be wrapped.
427427

428428
var surface = draw.Surface.create($("#surface"));
429429
surface.draw(group);
430-
</script>
430+
</script>

0 commit comments

Comments
 (0)