Comparing version 1.11.1-beta1 to 1.11.1-rc1
@@ -214,2 +214,3 @@ Authors ordered by first contribution. | ||
John Hoven <hovenj@gmail.com> | ||
Christian Kosmowski <ksmwsk@gmail.com> | ||
{ | ||
"name": "jquery", | ||
"version": "1.11.1-beta1", | ||
"version": "1.11.1-rc1", | ||
"main": "dist/jquery.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -5,3 +5,3 @@ { | ||
"description": "JavaScript library for DOM operations", | ||
"version": "1.11.1-beta1", | ||
"version": "1.11.1-rc1", | ||
"main": "dist/jquery.js", | ||
@@ -11,3 +11,3 @@ "homepage": "http://jquery.com", | ||
"name": "jQuery Foundation and other contributors", | ||
"url": "https://github.com/jquery/jquery/blob/1.11.1-beta1/AUTHORS.txt" | ||
"url": "https://github.com/jquery/jquery/blob/1.11.1-rc1/AUTHORS.txt" | ||
}, | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"type": "MIT", | ||
"url": "https://github.com/jquery/jquery/blob/1.11.1-beta1/MIT-LICENSE.txt" | ||
"url": "https://github.com/jquery/jquery/blob/1.11.1-rc1/MIT-LICENSE.txt" | ||
} | ||
@@ -44,3 +44,3 @@ ], | ||
"grunt-git-authors": "1.2.0", | ||
"grunt-jscs-checker": "0.3.2", | ||
"grunt-jscs-checker": "0.4.1", | ||
"grunt-jsonlint": "1.0.4", | ||
@@ -47,0 +47,0 @@ "gzip-js": "0.3.2", |
@@ -353,3 +353,3 @@ define([ | ||
// however, it must have a current display style that would benefit from this | ||
return elem.offsetWidth === 0 && rdisplayswap.test( jQuery.css( elem, "display" ) ) ? | ||
return rdisplayswap.test( jQuery.css( elem, "display" ) ) && elem.offsetWidth === 0 ? | ||
jQuery.swap( elem, cssShow, function() { | ||
@@ -356,0 +356,0 @@ return getWidthOrHeight( elem, name, extra ); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1762408
104