From 6c1508279d46eee9d2944c8ed786191bd7ca3bc1 Mon Sep 17 00:00:00 2001 From: "zhangdaiscott@163.com" Date: Mon, 12 Mar 2018 19:36:36 +0800 Subject: [PATCH] =?UTF-8?q?JEECG=203.7.3=20=E6=96=B0=E6=98=A5=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/plug-in/ace/js/html5shiv.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/plug-in/ace/js/html5shiv.js b/src/main/webapp/plug-in/ace/js/html5shiv.js index 97cd46bd..85e0ec1f 100644 --- a/src/main/webapp/plug-in/ace/js/html5shiv.js +++ b/src/main/webapp/plug-in/ace/js/html5shiv.js @@ -1,10 +1,10 @@ /** -* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +* @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed */ ;(function(window, document) { /*jshint evil:true */ /** version */ - var version = '3.7.3'; + var version = '3.7.2'; /** Preset options */ var options = window.html5 || {};