mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-08 15:36:38 +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',
|
|
|
|
});
|