1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-07 23:12:44 +00:00
Lidarr/UI/Shared/Footer/View.js

12 lines
273 B
JavaScript

"use strict";
define(
[
'marionette',
'System/StatusModel'
], function (Marionette, StatusModel) {
return Marionette.ItemView.extend({
template: 'Shared/Footer/Template',
model : StatusModel
});
});