Upgrade codemirror to 5.26.0

See the release notes [1] for details.

[1] https://codemirror.net/doc/releases.html

Change-Id: Ia4bec7eac8db700bbce00165c7f5b8687c62a554
This commit is contained in:
David Pursehouse
2017-06-02 17:54:29 +09:00
parent 0299a1d5b2
commit 2709d719a9
2 changed files with 3 additions and 3 deletions

View File

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