1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 17:57:43 +00:00
Sonarr/UI/Shared/SpinnerView.js
Keivan Beigi 24c77b4047 broken
2013-06-20 18:43:58 -07:00

15 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;
});