1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-19 10:54:05 +02:00
Sonarr/UI/Shared/SpinnerView.js

9 lines
200 B
JavaScript
Raw Normal View History

define(['app'], function () {
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
template : 'Shared/SpinnerTemplate',
2013-02-15 00:18:42 -08:00
className: 'nz-spinner row'
});
2013-01-26 12:05:08 -08:00
});