Update CodeMirror to 5.24.2
Change-Id: I9e86bdb59b5f9295bc1ff50e04174856e5b00444
This commit is contained in:
		@@ -863,13 +863,13 @@ maven_jar(
 | 
			
		||||
maven_jar(
 | 
			
		||||
    name = "codemirror_minified",
 | 
			
		||||
    artifact = "org.webjars.npm:codemirror-minified:" + CM_VERSION,
 | 
			
		||||
    sha1 = "3e8767c9293614968176fcf66cb873d6eb8b3051",
 | 
			
		||||
    sha1 = "27d5d8902b0c08c049f429575ff4f931e29d1664",
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
maven_jar(
 | 
			
		||||
    name = "codemirror_original",
 | 
			
		||||
    artifact = "org.webjars.npm:codemirror:" + CM_VERSION,
 | 
			
		||||
    sha1 = "879c49085a44f062554a4e4a9ac248b7083d37cf",
 | 
			
		||||
    sha1 = "76088a0cdf869ae0935821ba6720b2e0ed3e9108",
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
maven_jar(
 | 
			
		||||
 
 | 
			
		||||
@@ -214,7 +214,7 @@ CM_MODES = [
 | 
			
		||||
    "z80",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
CM_VERSION = "5.22.0"
 | 
			
		||||
CM_VERSION = "5.24.2"
 | 
			
		||||
 | 
			
		||||
TOP = "META-INF/resources/webjars/codemirror/%s" % CM_VERSION
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user