This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
Sonarr
Watch
1
Star
0
Fork
0
You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced
2024-12-16 11:37:58 +02:00
Code
Issues
Releases
Activity
32933ef1c0
Sonarr
/
UI
/
Release
/
Model.js
9 lines
138 B
JavaScript
Raw
Normal View
History
Unescape
Escape
minor fixes
2013-06-25 08:12:42 +03:00
'use strict'
;
cleaned up mutators
2013-06-25 07:51:17 +03:00
define
(
[
'backbone'
]
,
function
(
Backbone
)
{
return
Backbone
.
Model
.
extend
(
{
}
)
;
added files missed duo to aggresive .gitignore
2013-06-05 08:38:15 +03:00
}
)
;
Reference in New Issue
Copy Permalink