1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-06 19:38:24 +00:00
Lidarr/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',
});
});