1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-13 10:05:55 +00:00
Radarr/UI/Settings/Indexers/ItemView.js
2013-05-28 19:49:34 -07:00

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'
});
});