MDL-53454 libraries: upgrade jquery to 1.12.1 version
This commit is contained in:
Vendored
-5
File diff suppressed because one or more lines are too long
+2614
-1939
File diff suppressed because it is too large
Load Diff
Vendored
+5
File diff suppressed because one or more lines are too long
@@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
$plugins = array(
|
||||
'jquery' => array('files' => array('jquery-1.11.3.min.js')),
|
||||
'jquery' => array('files' => array('jquery-1.12.1.min.js')),
|
||||
'migrate' => array('files' => array('jquery-migrate-1.2.1.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')),
|
||||
|
||||
@@ -5,7 +5,7 @@ var require = {
|
||||
skipDataMain: true,
|
||||
|
||||
paths: {
|
||||
jquery: '[JSURL]lib/jquery/jquery-1.11.3.min[JSEXT]',
|
||||
jquery: '[JSURL]lib/jquery/jquery-1.12.1.min[JSEXT]',
|
||||
jqueryui: '[JSURL]lib/jquery/ui-1.11.4/jquery-ui.min[JSEXT]',
|
||||
jqueryprivate: '[JSURL]lib/requirejs/jquery-private[JSEXT]'
|
||||
},
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
<location>jquery</location>
|
||||
<name>jQuery</name>
|
||||
<license>MIT</license>
|
||||
<version>1.11.3</version>
|
||||
<version>1.12.3</version>
|
||||
<licenseversion></licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
|
||||
Reference in New Issue
Block a user