|
|
@@ -276,7 +276,7 @@ export default class View {
|
|
|
* // <p><child#element></p>
|
|
|
* view.items.add( child );
|
|
|
*
|
|
|
- * @param {Array.<module:ui/view~View>} [views] Initial views of the collection.
|
|
|
+ * @param {Iterable.<module:ui/view~View>} [views] Initial views of the collection.
|
|
|
* @returns {module:ui/viewcollection~ViewCollection} A new collection of view instances.
|
|
|
*/
|
|
|
createCollection( views ) {
|