1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-28 02:27:13 +00:00
Lidarr/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',
});
});