mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(edit-file) save: Format: global -> require
This commit is contained in:
parent
4293eadf63
commit
774241a179
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
/* global CloudCmd, DOM, MenuIO, Format */
|
||||
|
||||
/* global CloudCmd, DOM, MenuIO */
|
||||
|
||||
const Format = require('format-io');
|
||||
|
||||
CloudCmd.EditFile = function EditFileProto(callback) {
|
||||
var Info = DOM.CurrentInfo;
|
||||
var Dialog = DOM.Dialog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue