Upgrade Codemirror to version 5.8

This version added new modes (NSIS, Ceylon) improvements and bug fixes.

Bug: Issue 3643
Change-Id: I7bbc8c0e90f997b73f1b7efcdc7f7af18d1e37f6
This commit is contained in:
David Ostrovsky 2015-11-03 21:34:59 +01:00 committed by David Pursehouse
parent 42861a8a47
commit 2c303e12d2
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ include_defs('//lib/codemirror/cm.defs')
include_defs('//lib/codemirror/closure.defs')
REPO = MAVEN_CENTRAL
VERSION = '5.7'
SHA1 = '839a48a6c8d6b36193832a822911198ccba96bfe'
VERSION = '5.8'
SHA1 = '1cbe267adf1da9659dae49253305649dae2391e9'
if REPO == MAVEN_CENTRAL:
URL = REPO + 'org/webjars/codemirror/%s/codemirror-%s.jar' % (VERSION, VERSION)