mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -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,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
Handlebars.registerHelper('partial', function(templateName, context){
|
||||
Handlebars.registerHelper('partial', function (templateName) {
|
||||
//TODO: We should be able to pass in the context, either an object or a property
|
||||
|
||||
var templateFunction = Marionette.TemplateCache.get(templateName);
|
||||
|
@ -17,4 +17,4 @@ Handlebars.registerHelper("debug", function(optionalValue) {
|
|||
console.log("====================");
|
||||
console.log(optionalValue);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue