Skip to content

Commit 95ccdc5

Browse files
Merge pull request prototypejs#35 from dvv/patch-2
Add missing newline in documentation for `Element.siblings`.
2 parents 745bea6 + 9d920de commit 95ccdc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prototype/dom/dom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,7 @@
14681468

14691469
/**
14701470
* Element.siblings(@element) -> [Element...]
1471+
*
14711472
* Collects all of element's siblings and returns them as an [[Array]] of
14721473
* elements.
14731474
*

0 commit comments

Comments
 (0)