1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00
Sonarr/UI/Shared/SpinnerView.js
Keivan Beigi 24c77b4047 broken
2013-06-20 18:43:58 -07:00

16 lines
300 B
JavaScript

"use strict";
define(
[
'app'
], function () {
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
template : 'Shared/SpinnerTemplate',
className: 'nz-spinner row'
});
return NzbDrone.Shared.SpinnerView;
});