From 56d37467d1cf25716ae4d3bec9abe44924b5dbc9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 21 Feb 2017 17:31:07 +0200 Subject: [PATCH] chore(input) rm " " --- client/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/input.js b/client/input.js index 528c6a63..ab88871a 100644 --- a/client/input.js +++ b/client/input.js @@ -10,7 +10,7 @@ const isBool = isType('boolean'); module.exports.getElementByName = getElementByName; -function getElementByName (selector, element) { +function getElementByName(selector, element) { const str = `[data-name="js-${selector}"]`; return element