1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 02:18:06 +00:00
Lidarr/UI/Shared/NotFoundView.js

12 lines
197 B
JavaScript
Raw Normal View History

2013-06-30 12:57:26 -07:00
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.ItemView.extend({
template: 'Shared/notfoundtemplate'
});
2013-02-17 19:37:13 -08:00
});