mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 03:14:58 -05:00
Fixes typo in comment
This commit is contained in:
@@ -275,7 +275,7 @@ jQuery.extend({
|
||||
});
|
||||
|
||||
// NOTE: To any future maintainer, we've used both window.getComputedStyle
|
||||
// and window.getComputedStyle here to produce a better gzip size
|
||||
// and getComputedStyle here to produce a better gzip size
|
||||
if ( window.getComputedStyle ) {
|
||||
curCSS = function( elem, name ) {
|
||||
var ret, width,
|
||||
|
||||
Reference in New Issue
Block a user