1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 17:57:43 +00:00
Sonarr/UI/Shared/SpinnerView.js

13 lines
199 B
JavaScript
Raw Normal View History

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