More refactoring

This commit is contained in:
Matthew Despain
2017-05-03 09:03:43 -06:00
parent 5cedc93286
commit 78639d1787
124 changed files with 513 additions and 514 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ backgrid.Column.prototype.defaults = {
renderable : true,
formatter : undefined,
cell : undefined,
headerCell : 'Sonarr',
headerCell : 'Lidarr',
sortType : 'toggle'
};
module.exports = backgrid;