We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f78e7c + 4926113 commit 29b4ff9Copy full SHA for 29b4ff9
src/List/methods.js
@@ -7,8 +7,10 @@ var
7
utils = require('enyo/utils');
8
9
/**
10
-* enyo.List was too large for the parser so we have to split it up. For now, we're arbitrarily
+* layout/List was too large for the parser so we have to split it up. For now, we're arbitrarily
11
* splitting the methods into another file. A more appropriate refactoring is required.
12
+* @module layout/List
13
+* @private
14
*/
15
16
module.exports = /** @lends module:layout/List~List.prototype */ {
0 commit comments