mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Update comments about window.getComputedStyle in both locations.
This commit is contained in:
@@ -278,7 +278,7 @@ jQuery.extend({
|
||||
}
|
||||
});
|
||||
|
||||
// NOTE: To any future maintainer, we've used both window.getComputedStyle
|
||||
// NOTE: To any future maintainer, we've window.getComputedStyle
|
||||
// because jsdom on node.js will break without it.
|
||||
if ( window.getComputedStyle ) {
|
||||
curCSS = function( elem, name ) {
|
||||
|
||||
Reference in New Issue
Block a user