mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-20 21:27:16 +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',
|
|
|
|
});
|