1 line
No EOL
495 B
JavaScript
1 line
No EOL
495 B
JavaScript
import ItemsTab from"./itemstab.js";function SeriesTab(view,params,options){ItemsTab.apply(this,arguments)}Object.assign(SeriesTab.prototype,ItemsTab.prototype),SeriesTab.prototype.supportsAlphaPicker=function(){return!0},SeriesTab.prototype.getSettingsKey=function(){return ItemsTab.prototype.getSettingsKey.call(this)+"-series"},SeriesTab.prototype.getItemTypes=function(){return["Series"]},SeriesTab.prototype.loadTemplate=function(){return this.loadItemsTemplate()};export default SeriesTab; |