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',
});
});