1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 18:38:14 +00:00
Lidarr/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
});