MDL-50937 jquery: Upgrade to 3.1, remove migrate plugins

This commit is contained in:
Damyon Wiese
2016-07-19 09:27:40 +08:00
parent 36a19ecc26
commit d863344ad7
12 changed files with 4588 additions and 6267 deletions
+1 -2
View File
@@ -37,8 +37,7 @@
*/
$plugins = array(
'jquery' => array('files' => array('jquery-1.12.1.min.js')),
'migrate' => array('files' => array('jquery-migrate-1.4.0.min.js')),
'jquery' => array('files' => array('jquery-3.1.0.min.js')),
'ui' => array('files' => array('ui-1.11.4/jquery-ui.min.js')),
'ui-css' => array('files' => array('ui-1.11.4/theme/smoothness/jquery-ui.min.css')),
);