1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-07 23:17:35 +00:00
Sonarr/UI/System/About/View.js

10 lines
194 B
JavaScript
Raw Normal View History

2013-07-28 20:20:26 +00:00
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.ItemView.extend({
template: 'System/About/ViewTemplate'
});
});