mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(listeners) var -> const
This commit is contained in:
parent
eda607ff21
commit
b8a7cebf08
1 changed files with 1 additions and 3 deletions
|
|
@ -64,10 +64,8 @@ let EXT;
|
|||
|
||||
function header() {
|
||||
const fm = DOM.getFM();
|
||||
|
||||
const isDataset = (el) => el.dataset;
|
||||
|
||||
var isPanel = (el) => {
|
||||
const isPanel = (el) => {
|
||||
return /^js-(left|right)$/.test(el.dataset.name);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue