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