Sonarr/UI/Shared/NotFoundView.js

9 lines
177 B
JavaScript
Raw Normal View History

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