Applied VSCode JS formatting settings

This commit is contained in:
Bernd Bestel
2020-08-30 12:18:16 +02:00
parent e0e3212f13
commit 9cea0c77cd
68 changed files with 408 additions and 371 deletions

View File

@@ -1,4 +1,4 @@
Grocy.Components.UserfieldsForm = { };
Grocy.Components.UserfieldsForm = {};
Grocy.Components.UserfieldsForm.Save = function(success, error)
{
@@ -12,7 +12,7 @@ Grocy.Components.UserfieldsForm.Save = function(success, error)
return;
}
var jsonData = { };
var jsonData = {};
$("#userfields-form .userfield-input").not("div").each(function()
{