jquery-cdn 1.12.3 → 1.12.4
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 +4 -4
- data/lib/jquery-cdn/version.rb +1 -1
- data/vendor/assets/javascripts/jquery.js +9 -16
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9ecdd283fdb52afa309ae021d1b760932bdfbc8
|
4
|
+
data.tar.gz: 759dd308c50f2a2c5463019785aa7fba9afa1ee2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ae322f22e5c1aca0a1db51e5d5d0bc9ab9939fedca3a04cfe72f3190a3fd38cc64f8b1024529c721537c44f0aa2f644699af43f27608d48789b76c960e06c1e
|
7
|
+
data.tar.gz: 662a635dee78603751d5fec7aa14322f5f338a4917cff86d57cc2de334f67283ed60a02b2b140497e4133283552f8c67c82d962e9070323841266af215ba42b7
|
data/lib/jquery-cdn/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery JavaScript Library v1.12.
|
2
|
+
* jQuery JavaScript Library v1.12.4
|
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-
|
12
|
+
* Date: 2016-05-20T17:17Z
|
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.
|
68
|
+
version = "1.12.4",
|
69
69
|
|
70
70
|
// Define a local copy of jQuery
|
71
71
|
jQuery = function( selector, context ) {
|
@@ -6672,6 +6672,7 @@ var documentElement = document.documentElement;
|
|
6672
6672
|
if ( reliableHiddenOffsetsVal ) {
|
6673
6673
|
div.style.display = "";
|
6674
6674
|
div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>";
|
6675
|
+
div.childNodes[ 0 ].style.borderCollapse = "separate";
|
6675
6676
|
contents = div.getElementsByTagName( "td" );
|
6676
6677
|
contents[ 0 ].style.cssText = "margin:0;border:0;padding:0;display:none";
|
6677
6678
|
reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0;
|
@@ -6996,19 +6997,6 @@ function getWidthOrHeight( elem, name, extra ) {
|
|
6996
6997
|
isBorderBox = support.boxSizing &&
|
6997
6998
|
jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
|
6998
6999
|
|
6999
|
-
// Support: IE11 only
|
7000
|
-
// In IE 11 fullscreen elements inside of an iframe have
|
7001
|
-
// 100x too small dimensions (gh-1764).
|
7002
|
-
if ( document.msFullscreenElement && window.top !== window ) {
|
7003
|
-
|
7004
|
-
// Support: IE11 only
|
7005
|
-
// Running getBoundingClientRect on a disconnected node
|
7006
|
-
// in IE throws an error.
|
7007
|
-
if ( elem.getClientRects().length ) {
|
7008
|
-
val = Math.round( elem.getBoundingClientRect()[ name ] * 100 );
|
7009
|
-
}
|
7010
|
-
}
|
7011
|
-
|
7012
7000
|
// some non-html elements return undefined for offsetWidth, so check for null/undefined
|
7013
7001
|
// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
|
7014
7002
|
// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
|
@@ -9999,6 +9987,11 @@ function getDisplay( elem ) {
|
|
9999
9987
|
}
|
10000
9988
|
|
10001
9989
|
function filterHidden( elem ) {
|
9990
|
+
|
9991
|
+
// Disconnected elements are considered hidden
|
9992
|
+
if ( !jQuery.contains( elem.ownerDocument || document, elem ) ) {
|
9993
|
+
return true;
|
9994
|
+
}
|
10002
9995
|
while ( elem && elem.nodeType === 1 ) {
|
10003
9996
|
if ( getDisplay( elem ) === "none" || elem.type === "hidden" ) {
|
10004
9997
|
return true;
|
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.
|
4
|
+
version: 1.12.4
|
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-05-
|
11
|
+
date: 2016-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sprockets
|