mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
The cssHook from addGetHookIf wasn't actually getting added
This commit is contained in:
@@ -370,7 +370,7 @@ jQuery.each([ "height", "width" ], function( i, name ) {
|
||||
});
|
||||
|
||||
// Support: Android 2.3
|
||||
addGetHookIf( jQuery.cssHooks.marginRight, support.reliableMarginRight,
|
||||
jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,
|
||||
function ( elem, computed ) {
|
||||
if ( computed ) {
|
||||
// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
|
||||
|
||||
Reference in New Issue
Block a user