From d734a63850b3750537bbd9bf1e652ccd327df663 Mon Sep 17 00:00:00 2001 From: "codefactor-io[bot]" <47775046+codefactor-io[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 03:43:39 +0000 Subject: [PATCH] [CodeFactor] Apply fixes (#30) Co-authored-by: codefactor-io --- Src/data/promocao/template.html | 12 ++++++------ Src/static/ObjectPath.js | 2 +- Src/static/schema-form.js | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Src/data/promocao/template.html b/Src/data/promocao/template.html index 856009d..4d83579 100644 --- a/Src/data/promocao/template.html +++ b/Src/data/promocao/template.html @@ -196,12 +196,12 @@ - -
+ {{description1}}
+
{{description1}}
 
@@ -305,12 +305,12 @@ - -
+ {{description2}}
+
{{description2}}
 
@@ -413,12 +413,12 @@ - -
+ {{description3}}
+
{{description3}}
 
diff --git a/Src/static/ObjectPath.js b/Src/static/ObjectPath.js index d1f9f93..e3677bb 100644 --- a/Src/static/ObjectPath.js +++ b/Src/static/ObjectPath.js @@ -1,6 +1,6 @@ 'use strict'; -;!function(undefined) { +!function(undefined) { var ObjectPath = { parse: function(str){ diff --git a/Src/static/schema-form.js b/Src/static/schema-form.js index ff784fa..22af5a2 100644 --- a/Src/static/schema-form.js +++ b/Src/static/schema-form.js @@ -2741,7 +2741,7 @@ angular.module('schemaForm').directive('schemaValidate', ['sfValidator', '$parse sfSelect(path, scope.model, ngModel.$modelValue); }); }); - }; + } // Validate against the schema.