Bump Codemirror version to 5.3

New Codemirror version fixed number of bugs and implemented
improvements to existing modes: [1].

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

Change-Id: I15b3e17b256526cb2c7f088f30b83143df5b4978
This commit is contained in:
David Ostrovsky 2015-05-27 07:57:13 +02:00
parent e23ea2c7b9
commit ba1197390d

View File

@ -3,8 +3,8 @@ include_defs('//lib/codemirror/cm.defs')
include_defs('//lib/codemirror/closure.defs')
REPO = MAVEN_CENTRAL
VERSION = '5.0'
SHA1 = '24982be364be130fd7b2930c41f7203b63dbd86c'
VERSION = '5.3'
SHA1 = 'd39474aece4e58c2b0fcc71530ae223ec0d4d855'
if REPO == MAVEN_CENTRAL:
URL = REPO + 'org/webjars/codemirror/%s/codemirror-%s.jar' % (VERSION, VERSION)