1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-04 10:39:34 +00:00
Sonarr/UI/Shared/NotFoundView.js

9 lines
178 B
JavaScript
Raw Normal View History

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