Skip to content

Commit 0d23b66

Browse files
Fix documentation for dom.js.
1 parent 531e4ea commit 0d23b66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/prototype/dom/dom.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
// this DIV for capability checks (where possible) and for normalizing
88
// HTML content.
99
var DIV = document.createElement('div');
10+
11+
/** section: DOM
12+
* class Element
13+
**/
1014

1115
/** section: DOM, related to: Element
1216
* $(id) -> Element

0 commit comments

Comments
 (0)