1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-31 11:24:23 +02:00
Sonarr/UI/Shared/SpinnerView.js

11 lines
215 B
JavaScript
Raw Normal View History

2013-06-06 18:29:54 -07:00
"use strict";
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
});