mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(edit) add ";"
This commit is contained in:
parent
0419225c5f
commit
150ed7daf1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
|
|||
Modelist = ace.require('ace/ext/modelist');
|
||||
|
||||
if (isDir)
|
||||
lMode = Modelist.modesByName.json.mode
|
||||
lMode = Modelist.modesByName.json.mode;
|
||||
else
|
||||
lMode = Modelist.getModeForPath(lName).mode;
|
||||
Session.setMode(lMode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue