www/codemirror/fhem_codemirror.js: Enabled autoCloseBrackets by default (FORUM #20444)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rapster
2015-10-30 12:41:36 +00:00
parent 6e1029e5a4
commit d2515ff131

View File

@@ -8,7 +8,7 @@ var cm_attr = {
search: true,
comment: true,
autocomplete: true,
autoCloseBrackets:false,
autoCloseBrackets:true,
indentUnit: 4,
type: "fhem",
theme: "blackboard",