mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed some jshint issues.
This commit is contained in:
parent
e981ef4752
commit
c55c56f322
4 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
//TODO: global function, not good!
|
||||
function bestDateString(sourceDate) {
|
||||
if (!sourceDate) {
|
||||
return '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue