mirror of
https://github.com/Radarr/Radarr
synced 2025-02-04 22:02:41 +00:00
8 lines
189 B
JavaScript
8 lines
189 B
JavaScript
/// <reference path="../app.js" />
|
|
|
|
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
|
|
|
|
template: "Shared/SpinnerTemplate",
|
|
className: 'nz-spinner row',
|
|
|
|
});
|