This website requires JavaScript.
Explore
Help
Register
Sign in
mirror
/
Lidarr
Watch
1
Star
0
Fork
You've already forked Lidarr
0
mirror of
https://github.com/lidarr/Lidarr
synced
2025-03-04 02:18:06 +00:00
Code
Issues
Releases
Wiki
Activity
5baf2e09c4
Lidarr
/
UI
/
Logs
/
Model.js
9 lines
141 B
JavaScript
Raw
Normal View
History
Unescape
Escape
removed NzbDrone. namespace, everything is done using require.
2013-06-24 16:41:59 -07:00
'use strict'
;
define
(
[
'backbone'
]
,
function
(
Backbone
)
{
return
Backbone
.
Model
.
extend
(
{
}
)
;
added /logs
2013-06-04 17:49:53 -07:00
}
)
;
Reference in a new issue
Copy permalink