Remove commented line re folding

Using CodeMirror foldcode addon now
This commit is contained in:
Matt Pass
2016-03-19 11:46:04 +00:00
parent 344bd2dd50
commit c811b8585a

View File

@@ -3842,7 +3842,6 @@ var ICEcoder = {
cMdiff = ICEcoder.getcMdiffInstance();
thisCM = top.ICEcoder.editorFocusInstance.indexOf('diff') > -1 ? cMdiff : cM;
var line = thisCM.getCursor().line;
// top.contentFrame.CodeMirror.doFold(thisCM.getLine(line).indexOf("{")>-1 ? "brace" : "xml",null,"+","-",false)(thisCM, line);
return false;