Skip to content

Commit 29b4ff9

Browse files
committed
Merge pull request #158 from enyojs/ENYO-3018-roysutton
ENYO-3018 Fixup doc deficiencies Reviewed-By: Stephen Choi (stephen.choi@lge.com) Integrated-By: Aaron Tam (aaron.tam@lge.com)
2 parents 9f78e7c + 4926113 commit 29b4ff9

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)