Skip to content

Commit 4926113

Browse files
author
Roy Sutton
committed
ENYO-3018 Fixup doc deficiencies
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
1 parent 9f78e7c commit 4926113

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/List/methods.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ var
77
utils = require('enyo/utils');
88

99
/**
10-
* enyo.List was too large for the parser so we have to split it up. For now, we're arbitrarily
10+
* layout/List was too large for the parser so we have to split it up. For now, we're arbitrarily
1111
* splitting the methods into another file. A more appropriate refactoring is required.
12+
* @module layout/List
13+
* @private
1214
*/
1315

1416
module.exports = /** @lends module:layout/List~List.prototype */ {

0 commit comments

Comments
 (0)