codemirror: Fix keyMap bug. Forum #54253

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

View File

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