Skip to content

Commit 8088f93

Browse files
committed
Removed "experimental" note on DOMElement, which hasn't been true in like 5 years
1 parent 0a93e7b commit 8088f93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/easeljs/display/DOMElement.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ this.createjs = this.createjs||{};
3939

4040
// constructor:
4141
/**
42-
* <b>This class is still experimental, and more advanced use is likely to be buggy. Please report bugs.</b>
43-
*
4442
* A DOMElement allows you to associate a HTMLElement with the display list. It will be transformed
4543
* within the DOM as though it is child of the {{#crossLink "Container"}}{{/crossLink}} it is added to. However, it is
4644
* not rendered to canvas, and as such will retain whatever z-index it has relative to the canvas (ie. it will be

0 commit comments

Comments
 (0)