mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 18:17:13 +00:00
c511292abe
some jshint cleanup.
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',
|
|
|
|
});
|