mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
cleaned up some jslint errors
This commit is contained in:
parent
2683a3ca12
commit
50fd2f77b1
22 changed files with 65 additions and 42 deletions
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
Backgrid.SeriesStatusCell = Backgrid.Cell.extend({
|
||||
className: "series-status-cell",
|
||||
|
||||
|
@ -19,4 +20,4 @@ Backgrid.SeriesStatusCell = Backgrid.Cell.extend({
|
|||
|
||||
return this;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue