From 46b1c4f6d805cd8d077e0d28434ab85747be79e9 Mon Sep 17 00:00:00 2001 From: Dave Borowitz Date: Mon, 6 Oct 2014 14:59:39 -0400 Subject: [PATCH] Update to latest version of CM3 Change-Id: Ib493e00181b4f16c64940dbc5f84a204f8b9e6f7 --- lib/codemirror/BUCK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/codemirror/BUCK b/lib/codemirror/BUCK index e8539c6f06..a18c761d25 100644 --- a/lib/codemirror/BUCK +++ b/lib/codemirror/BUCK @@ -2,8 +2,8 @@ include_defs('//lib/maven.defs') include_defs('//lib/codemirror/cm3.defs') include_defs('//lib/codemirror/closure.defs') -VERSION = '28a638a984' -SHA1 = '68f8f136092a5965778186fb401a33be34cf73ed' +VERSION = '57e7ed7177' +SHA1 = 'd78bc5518707960647d0b8b85d9f1ac011b785d5' URL = GERRIT + 'net/codemirror/codemirror-%s.zip' % VERSION ZIP = 'codemirror-%s.zip' % VERSION