mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(input) rm " "
This commit is contained in:
parent
3d05a6ee1e
commit
56d37467d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue