aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/jquery
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/jquery')
-rw-r--r--core/src/jquery/octemplate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/octemplate.js b/core/src/jquery/octemplate.js
index 8de0a9d9506..cecbe880aa6 100644
--- a/core/src/jquery/octemplate.js
+++ b/core/src/jquery/octemplate.js
@@ -89,7 +89,7 @@ const Template = {
function(a, b) {
const r = o[b]
return typeof r === 'string' || typeof r === 'number' ? r : a
- }
+ },
)
} catch (e) {
console.error(e, 'data:', data)