File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ module.exports = /** @lends module:layout/List~List.prototype */ {
88
88
* {@link module:enyo/TouchScrollStrategy~TouchScrollStrategy}, which wrap their contents with
89
89
* additional DOM nodes.
90
90
*
91
- * @see {@link module:enyo/Scroller~Scroller. createStrategy }
91
+ * @see {@link module:enyo/Scroller~Scroller# createStrategy }
92
92
* @method
93
93
* @private
94
94
*/
@@ -578,7 +578,7 @@ module.exports = /** @lends module:layout/List~List.prototype */ {
578
578
* When the list is scrolled, ensures that the correct rows are rendered and
579
579
* that the reordering controls are positioned correctly.
580
580
*
581
- * @see {@link module:enyo/Scroller~Scroller. scroll }
581
+ * @see {@link module:enyo/Scroller~Scroller# scroll }
582
582
* @method
583
583
* @private
584
584
*/
@@ -601,7 +601,7 @@ module.exports = /** @lends module:layout/List~List.prototype */ {
601
601
/**
602
602
* Updates the list rows when the scroll top is set explicitly.
603
603
*
604
- * @see {@link module:enyo/Scroller~Scroller. setScrollTop }
604
+ * @see {@link module:enyo/Scroller~Scroller# setScrollTop }
605
605
* @method
606
606
* @public
607
607
*/
You can’t perform that action at this time.
0 commit comments