From 741dd3da029e20b7a43d2c2c4d6e4b616763c788 Mon Sep 17 00:00:00 2001 From: Connor KD9LSV Date: Tue, 24 Dec 2024 00:39:03 -0600 Subject: [PATCH] Lint Clean --- transformers/nodes/ui-numeric.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/transformers/nodes/ui-numeric.js b/transformers/nodes/ui-numeric.js index 22f188a..28a5333 100644 --- a/transformers/nodes/ui-numeric.js +++ b/transformers/nodes/ui-numeric.js @@ -5,15 +5,14 @@ module.exports = function (node, baseId, themeId) { // NONE // new properties - node.tooltip="" - node.sendOnBlue=true - node.sendOnEnter=true - node.clearable=false - node.icon="" - node.iconPosition="left" - node.iconInnerPosition="inside" - node.spinner="default" - + node.tooltip = '' + node.sendOnBlue = true + node.sendOnEnter = true + node.clearable = false + node.icon = '' + node.iconPosition = 'left' + node.iconInnerPosition = 'inside' + node.spinner = 'default' // remove properties delete node.format