JEECG 3.7.3 新春版本发布

pull/24/head
zhangdaiscott@163.com 2018-03-12 19:37:23 +08:00
parent a2c4284891
commit 742d17a625
1 changed files with 2 additions and 2 deletions

View File

@ -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) { ;(function(window, document) {
/*jshint evil:true */ /*jshint evil:true */
/** version */ /** version */
var version = '3.7.3'; var version = '3.7.2';
/** Preset options */ /** Preset options */
var options = window.html5 || {}; var options = window.html5 || {};