Merge branch 'master' of git://github.com/jquery/jquery into fixedbuild fixedbuild
authorAsbjørn Sloth Tønnesen <ast@mugami.com>
Wed, 30 Mar 2011 14:50:28 +0000 (14:50 +0000)
committerAsbjørn Sloth Tønnesen <ast@mugami.com>
Wed, 30 Mar 2011 14:50:28 +0000 (14:50 +0000)
.gitmodules
src/support.js

index 80ce236..19c6041 100644 (file)
@@ -1,6 +1,6 @@
 [submodule "src/sizzle"]
        path = src/sizzle
-       url = git://github.com/jeresig/sizzle.git
+       url = git://github.com/jquery/sizzle.git
 [submodule "test/qunit"]
        path = test/qunit
        url = git://github.com/jquery/qunit.git
index 939ad4f..095866b 100644 (file)
                if ( document.defaultView && document.defaultView.getComputedStyle ) {
                        div.style.width = "1px";
                        div.style.marginRight = "0";
-                       jQuery.support.reliableMarginRight = ( parseInt(document.defaultView.getComputedStyle(div).marginRight, 10) || 0 ) === 0;
+                       jQuery.support.reliableMarginRight = ( parseInt(document.defaultView.getComputedStyle(div, null).marginRight, 10) || 0 ) === 0;
                }
 
                body.removeChild( div ).style.display = "none";