1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Shared/NotFoundView.js

9 lines
178 B
JavaScript
Raw Normal View History

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