1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Shared/Footer/View.js

13 lines
273 B
JavaScript
Raw Normal View History

2013-06-22 09:24:24 +03:00
'use strict';
define(
[
'marionette',
'System/StatusModel'
], function (Marionette, StatusModel) {
return Marionette.ItemView.extend({
2013-06-15 07:02:40 +03:00
template: 'Shared/Footer/Template',
model : StatusModel
});
2013-06-15 07:02:40 +03:00
});