We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a93e7b commit 8088f93Copy full SHA for 8088f93
src/easeljs/display/DOMElement.js
@@ -39,8 +39,6 @@ this.createjs = this.createjs||{};
39
40
// constructor:
41
/**
42
- * <b>This class is still experimental, and more advanced use is likely to be buggy. Please report bugs.</b>
43
- *
44
* A DOMElement allows you to associate a HTMLElement with the display list. It will be transformed
45
* within the DOM as though it is child of the {{#crossLink "Container"}}{{/crossLink}} it is added to. However, it is
46
* 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