mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-27 20:07:32 +00:00
9 lines
200 B
JavaScript
9 lines
200 B
JavaScript
define(['app'], function () {
|
|
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
|
|
template : 'Shared/SpinnerTemplate',
|
|
className: 'nz-spinner row'
|
|
});
|
|
});
|
|
|
|
|