1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/UI/Shared/SpinnerView.js

11 lines
215 B
JavaScript
Raw Normal View History

2013-06-07 03:29:54 +02:00
"use strict";
define(['app'], function () {
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
template : 'Shared/SpinnerTemplate',
2013-02-15 09:18:42 +01:00
className: 'nz-spinner row'
});
2013-01-26 21:05:08 +01:00
});