mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 20:22:29 +00:00
chore(cloudcmd) lint: no-multi-spaces
This commit is contained in:
parent
d3ecafe0ea
commit
62e2ca2a64
28 changed files with 78 additions and 72 deletions
|
|
@ -267,10 +267,10 @@ function getMediaElement(src, callback) {
|
|||
return alert(error);
|
||||
|
||||
if (!TemplateAudio)
|
||||
TemplateAudio = template;
|
||||
TemplateAudio = template;
|
||||
|
||||
const is = isAudio(name);
|
||||
const type = is ? 'audio' : 'video';
|
||||
const type = is ? 'audio' : 'video';
|
||||
|
||||
const innerHTML = rendy(TemplateAudio, {
|
||||
src,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue