mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-19 15:03:33 +01:00
12 lines
237 B
JavaScript
12 lines
237 B
JavaScript
"use strict";
|
|
|
|
define([
|
|
'app',
|
|
'Settings/Indexers/Collection'
|
|
|
|
], function () {
|
|
|
|
NzbDrone.Settings.Indexers.ItemView = Backbone.Marionette.ItemView.extend({
|
|
template : 'Settings/Indexers/ItemTemplate'
|
|
});
|
|
});
|