chore(edit) add ";"

This commit is contained in:
coderaiser 2013-11-29 09:05:46 +00:00
parent 0419225c5f
commit 150ed7daf1

View file

@ -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);