jquery-cdn 1.12.2 → 1.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c49a42fe140fd9a257a7f77c63e4b84ef7c3cb2d
4
- data.tar.gz: b171d2ea9971d4dae888a61034a9a2f52285b3ee
3
+ metadata.gz: 314c4e48f8192f2e5de2fa0290bed058e3df3d00
4
+ data.tar.gz: 29e7f8986da1b764307b24912332880d2a5479b3
5
5
  SHA512:
6
- metadata.gz: 5f88891b7f3994d4731c84434317f5a6e5dd596bf00bab1b7bf49748f625143b3146ff2bb36501dffd055fd3238848cd15de5e02e808e8f58a106895618009b5
7
- data.tar.gz: 2423ce2cf5849b29d3fd6129d7da063c5f4c6206b9d0f406803e4591f424bb8d33649896afae07675262a9c9160ae2c5a37499d3204b61fadf13f128ca1daf23
6
+ metadata.gz: 83352357c47a8449b51b91a7edcc6ed2d56941a83c0619929bb5cdecc5e08e3a4106eb30d8c0b6cc13edfd4625bfccc789370dad21c0edd937d95a3f18f79800
7
+ data.tar.gz: 5158e397ef56b906bc9e60a2ea97973d566972dd1214d4e22bf371d419aec72a444ef03672da481f571f54a727490dc19697377fe266fbd07037aeb89c39c6c9
@@ -1,3 +1,3 @@
1
1
  module JqueryCdn
2
- VERSION = "1.12.2"
2
+ VERSION = "1.12.3"
3
3
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery JavaScript Library v1.12.2
2
+ * jQuery JavaScript Library v1.12.3
3
3
  * http://jquery.com/
4
4
  *
5
5
  * Includes Sizzle.js
@@ -9,7 +9,7 @@
9
9
  * Released under the MIT license
10
10
  * http://jquery.org/license
11
11
  *
12
- * Date: 2016-03-17T17:44Z
12
+ * Date: 2016-04-05T19:16Z
13
13
  */
14
14
 
15
15
  (function( global, factory ) {
@@ -65,7 +65,7 @@ var support = {};
65
65
 
66
66
 
67
67
  var
68
- version = "1.12.2",
68
+ version = "1.12.3",
69
69
 
70
70
  // Define a local copy of jQuery
71
71
  jQuery = function( selector, context ) {
@@ -10365,13 +10365,6 @@ function createActiveXHR() {
10365
10365
 
10366
10366
 
10367
10367
 
10368
- // Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432)
10369
- jQuery.ajaxPrefilter( function( s ) {
10370
- if ( s.crossDomain ) {
10371
- s.contents.script = false;
10372
- }
10373
- } );
10374
-
10375
10368
  // Install script dataType
10376
10369
  jQuery.ajaxSetup( {
10377
10370
  accepts: {
@@ -10652,7 +10645,7 @@ jQuery.fn.load = function( url, params, callback ) {
10652
10645
  // If it fails, this function gets "jqXHR", "status", "error"
10653
10646
  } ).always( callback && function( jqXHR, status ) {
10654
10647
  self.each( function() {
10655
- callback.apply( self, response || [ jqXHR.responseText, status, jqXHR ] );
10648
+ callback.apply( this, response || [ jqXHR.responseText, status, jqXHR ] );
10656
10649
  } );
10657
10650
  } );
10658
10651
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.2
4
+ version: 1.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-19 00:00:00.000000000 Z
11
+ date: 2016-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sprockets