1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-28 10:51:48 +00:00
Radarr/NzbDrone.Backbone/Shared/NotFoundView.js

8 lines
164 B
JavaScript
Raw Normal View History

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