mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed some jshint issues.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user