1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

moved add series to require.

This commit is contained in:
kay.one
2013-06-20 22:19:41 -07:00
parent 24c77b4047
commit 72772bed5a
16 changed files with 181 additions and 185 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"use strict";
define(
[
'App',
'app',
'backbone',
'Series/SeriesModel'
], function (App, Backbone, SeriesModel) {