1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-20 00:11:46 +02:00
Radarr/UI/Shared/NotFoundView.js

8 lines
164 B
JavaScript
Raw Normal View History

2013-02-18 04:37:13 +01:00
define(['app'],function () {
NzbDrone.Shared.NotFoundView = Backbone.Marionette.ItemView.extend({
template: 'Shared/notfoundtemplate',
});
});