1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-19 10:54:05 +02:00

13 lines
273 B
JavaScript
Raw Normal View History

2013-06-14 21:02:40 -07:00
"use strict";
define(
[
'marionette',
'System/StatusModel'
], function (Marionette, StatusModel) {
return Marionette.ItemView.extend({
2013-06-14 21:02:40 -07:00
template: 'Shared/Footer/Template',
model : StatusModel
});
2013-06-14 21:02:40 -07:00
});