Sha256: 20b70aa5468c0f860964786c431fc47bf49fa7a955024fb9c5d52e5273ef5678
Contents?: true
Size: 273 Bytes
Versions: 58
Compression:
Stored size: 273 Bytes
Contents
/** @api private */ pageflow.DropDownButtonItemListView = function(options) { return new pageflow.CollectionView({ tagName: 'ul', className: 'drop_down_button_items', collection: options.items, itemViewConstructor: pageflow.DropDownButtonItemView }); };
Version data entries
58 entries across 58 versions & 1 rubygems