1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

rjs -> webpack

This commit is contained in:
Keivan Beigi
2015-02-02 17:18:45 -08:00
parent 344f3d66ef
commit 428a1439e5
399 changed files with 11591 additions and 16139 deletions
+3 -9
View File
@@ -1,9 +1,3 @@
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.CompositeView.extend({
template: 'Series/Index/FooterViewTemplate'
});
});
var Marionette = require('marionette');
module.exports = Marionette.CompositeView.extend({template : 'Series/Index/FooterViewTemplate'});