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