mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
fixed some jshint issues.
This commit is contained in:
parent
51038d656c
commit
e981ef4752
11 changed files with 54 additions and 19 deletions
|
@ -1,4 +1,5 @@
|
|||
define(['app'], function (app) {
|
||||
"use strict";
|
||||
define(['app'], function () {
|
||||
NzbDrone.Calendar.CalendarModel = Backbone.Model.extend({
|
||||
mutators: {
|
||||
title : function () {
|
||||
|
@ -47,7 +48,7 @@
|
|||
},
|
||||
bestDateString : function () {
|
||||
return bestDateString(this.get('start'));
|
||||
},
|
||||
}
|
||||
},
|
||||
defaults: {
|
||||
status: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue