Spelling
This commit is contained in:
parent
cdb28f956e
commit
c9c0771355
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export default class ScrollPanel extends StickyContainer {
|
||||||
debuglog("Scroll event: offset now:", sn.scrollTop,
|
debuglog("Scroll event: offset now:", sn.scrollTop,
|
||||||
"_lastSetScroll:", this._lastSetScroll);
|
"_lastSetScroll:", this._lastSetScroll);
|
||||||
|
|
||||||
// Set the node and notify subscribers of the StickContainer
|
// Set the node and notify subscribers of the StickyContainer
|
||||||
// By extending StickyContainer, we can set the scroll node to be that of the
|
// By extending StickyContainer, we can set the scroll node to be that of the
|
||||||
// ScrolPanel to allow any `<Sticky>` children to be sticky, namely DateSeparators.
|
// ScrolPanel to allow any `<Sticky>` children to be sticky, namely DateSeparators.
|
||||||
this.node = sn;
|
this.node = sn;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue