Update codemirror to 5.27.2

See https://codemirror.net/doc/releases.html

Change-Id: I486fcd4bc9742428c5c8f8bf5ec3b58efd715593
This commit is contained in:
Paladox none
2017-06-28 10:03:29 +00:00
parent d782a4f896
commit f5124487a4
2 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ CM_MODES = [
"z80",
]
CM_VERSION = "5.26.0"
CM_VERSION = "5.27.2"
TOP = "META-INF/resources/webjars/codemirror/%s" % CM_VERSION