This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Sonarr
Watch
1
Star
0
Fork
0
You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced
2024-11-01 00:12:30 +01:00
Code
Issues
Releases
Wiki
Activity
7d35adebf3
Sonarr
/
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-25 01:41:59 +02:00
'use strict'
;
define
(
[
'backbone'
]
,
function
(
Backbone
)
{
return
Backbone
.
Model
.
extend
(
{
}
)
;
added /logs
2013-06-05 02:49:53 +02:00
}
)
;
Copy Permalink