This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Radarr
mirror of
https://github.com/Radarr/Radarr
Watch
1
Star
0
Fork
You've already forked Radarr
0
Code
Issues
Releases
Wiki
Activity
943a05bc09
Radarr
/
UI
/
Release
/
Model.js
9 lines
138 B
JavaScript
Raw
Blame
History
'use strict'
;
define
(
[
'backbone'
]
,
function
(
Backbone
)
{
return
Backbone
.
Model
.
extend
(
{
}
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink