1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-10 06:03:14 +00:00
Radarr/NzbDrone.Backbone/Shared/NotFoundView.js

8 lines
164 B
JavaScript
Raw Normal View History

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