Skip to content

Commit 87c57b5

Browse files
author
Roy Sutton
committed
ENYO-3078 Tiny doc cleanup
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
1 parent c999836 commit 87c57b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/List/methods.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = /** @lends module:layout/List~List.prototype */ {
8888
* {@link module:enyo/TouchScrollStrategy~TouchScrollStrategy}, which wrap their contents with
8989
* additional DOM nodes.
9090
*
91-
* @see {@link module:enyo/Scroller~Scroller.createStrategy}
91+
* @see {@link module:enyo/Scroller~Scroller#createStrategy}
9292
* @method
9393
* @private
9494
*/
@@ -578,7 +578,7 @@ module.exports = /** @lends module:layout/List~List.prototype */ {
578578
* When the list is scrolled, ensures that the correct rows are rendered and
579579
* that the reordering controls are positioned correctly.
580580
*
581-
* @see {@link module:enyo/Scroller~Scroller.scroll}
581+
* @see {@link module:enyo/Scroller~Scroller#scroll}
582582
* @method
583583
* @private
584584
*/
@@ -601,7 +601,7 @@ module.exports = /** @lends module:layout/List~List.prototype */ {
601601
/**
602602
* Updates the list rows when the scroll top is set explicitly.
603603
*
604-
* @see {@link module:enyo/Scroller~Scroller.setScrollTop}
604+
* @see {@link module:enyo/Scroller~Scroller#setScrollTop}
605605
* @method
606606
* @public
607607
*/

0 commit comments

Comments
 (0)