1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-09 20:42:37 +01:00
Radarr/UI/Shared/SpinnerView.js

13 lines
199 B
JavaScript
Raw Normal View History

'use strict';
2013-06-07 03:29:54 +02:00
2013-06-21 03:43:58 +02:00
define(
[
'marionette'
], function (Marionette) {
return Marionette.ItemView.extend({
2013-06-21 03:43:58 +02:00
template : 'Shared/SpinnerTemplate',
});
});