mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 11:15:05 -05:00
The cssHook from addGetHookIf wasn't actually getting added
Conflicts: src/css.js
This commit is contained in:
@@ -417,7 +417,7 @@ if ( !support.opacity ) {
|
||||
};
|
||||
}
|
||||
|
||||
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