Update bower dependencies.
This commit is contained in:
parent
818bdad5af
commit
2beab45f32
185 changed files with 21480 additions and 8110 deletions
|
@ -1,8 +1,9 @@
|
|||
define( [
|
||||
"./core",
|
||||
"./core/access",
|
||||
"./var/isWindow",
|
||||
"./css"
|
||||
], function( jQuery, access ) {
|
||||
], function( jQuery, access, isWindow ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
@ -19,7 +20,7 @@ jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
|
|||
return access( this, function( elem, type, value ) {
|
||||
var doc;
|
||||
|
||||
if ( jQuery.isWindow( elem ) ) {
|
||||
if ( isWindow( elem ) ) {
|
||||
|
||||
// $( window ).outerWidth/Height return w/h including scrollbars (gh-1729)
|
||||
return funcName.indexOf( "outer" ) === 0 ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue