mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(edit) fix quotes
This commit is contained in:
parent
7720cf2b28
commit
655d695907
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip;
|
|||
|
||||
|
||||
Util.ifExec(isStr, function() {
|
||||
var UndoManager = ace.require("ace/undomanager").UndoManager;
|
||||
var UndoManager = ace.require('ace/undomanager').UndoManager;
|
||||
|
||||
Ace.setValue(Value);
|
||||
CloudCmd.View.show(Element, focus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue