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
ff2b62887c
Sonarr
/
UI
/
Release
/
Model.js
9 lines
138 B
JavaScript
Raw
Normal View
History
Unescape
Escape
minor fixes
2013-06-25 07:12:42 +02:00
'use strict'
;
cleaned up mutators
2013-06-25 06:51:17 +02:00
define
(
[
'backbone'
]
,
function
(
Backbone
)
{
return
Backbone
.
Model
.
extend
(
{
}
)
;
added files missed duo to aggresive .gitignore
2013-06-05 07:38:15 +02:00
}
)
;
Copy Permalink