2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

codemirror: Fix keyMap bug. Forum #54253

git-svn-id: https://svn.fhem.de/fhem/trunk@11619 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rapster 2016-06-05 14:41:13 +00:00
parent 5722d7a1c1
commit 9735f035cc

View File

@ -16,7 +16,6 @@ var cm_attr = {
indentWithTabs: true,
autofocus: true,
lineNumbers: true,
keyMap: false,
jumpToLine: false,
jumpToLine_extraKey: false,
smartIndent: false,