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

13 lines
199 B
JavaScript
Raw Normal View History

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