mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(edit) init
This commit is contained in:
parent
f4033c69bd
commit
ca2c61ee64
1 changed files with 1 additions and 3 deletions
|
|
@ -38,9 +38,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
|
|||
};
|
||||
|
||||
function init(callback) {
|
||||
var element;
|
||||
|
||||
element = createElement();
|
||||
var element = createElement();
|
||||
|
||||
DOM.Events.addOnce('contextmenu', element, setMenu);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue