mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(edit-file-vim) add destructuring
This commit is contained in:
parent
5a70d3ddfe
commit
ca53e56ee1
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@
|
|||
/* global CloudCmd */
|
||||
|
||||
const exec = require('execon');
|
||||
const Key = CloudCmd.Key;
|
||||
|
||||
const Events = require('../dom/events');
|
||||
|
||||
const {Key} = CloudCmd;
|
||||
|
||||
CloudCmd.EditFileVim = function EditFileVimProto(callback) {
|
||||
const EditFileVim = this;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue