( function () { 'use strict'; /** * View that renders multiple {@link mw.cards.CardView cards} * * @class mw.cards.CardListView * @param {mw.cards.CardView[]} cardViews */ function CardListView( cardViews ) { var self = this; /** * @property {mw.cards.CardView[]|Array} */ this.cardViews = cardViews || []; /** * @property {jQuery} */ this.$el = $( '