This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
Radarr
Watch
1
Star
0
Fork
You've already forked Radarr
0
mirror of
https://github.com/Radarr/Radarr
synced
2024-12-27 02:09:59 +00:00
Code
Issues
Releases
Wiki
Activity
3c686808f2
Radarr
/
UI
/
AddSeries
/
Existing
/
UnmappedFolderModel.js
11 lines
140 B
JavaScript
Raw
Normal View
History
Unescape
Escape
more import existing series code.
2013-01-31 22:40:51 +00:00
'use strict'
;
broken
2013-06-21 01:43:58 +00:00
define
(
[
'backbone'
]
,
function
(
Backbone
)
{
return
Backbone
.
Model
.
extend
(
{
more import existing series code.
2013-01-31 22:40:51 +00:00
broken
2013-06-21 01:43:58 +00:00
}
)
;
moved most of addseries to use require.js
2013-02-14 02:28:56 +00:00
}
)
;
Reference in a new issue
Copy permalink