| Issue 132: | Complement to isLastSibling() | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Yes, I know it's not that difficult to check if a node is children[0], but
it complements the isLastSibling() function.
isFirstSibling: function() {
var p = this.parent;
if ( !p ) return true;
return p.childList[0] === this;
}
Nov 14, 2010
(No comment was entered for this change.)
Status:
Fixed
Jul 17, 2012
considered verified
Jul 17, 2012
(No comment was entered for this change.)
Status:
Verified
|
Owner: moo...@wwWendt.de
Labels: Milestone-Release1.0