mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore(listeners) add ","
This commit is contained in:
parent
75bbb2399c
commit
6957a876e8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const uploadFiles = require('../dom/upload-files');
|
|||
|
||||
const {
|
||||
FS,
|
||||
apiURL
|
||||
apiURL,
|
||||
} = require('../../common/cloudfunc');
|
||||
|
||||
const NBSP_REG = RegExp(String.fromCharCode(160), 'g');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue