diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-08-11 16:30:46 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-08-11 16:30:46 -0400 |
commit | dc3f7d3868e00fb318069b6f87dfc1fc4d10e56f (patch) | |
tree | 11b5507eb41a9e979a3f5ec251343621193778d0 /src/css.js | |
parent | 3722aef8be5d31a7dbf3de6998cdf249081f028c (diff) | |
download | jquery-dc3f7d3868e00fb318069b6f87dfc1fc4d10e56f.tar.gz jquery-dc3f7d3868e00fb318069b6f87dfc1fc4d10e56f.zip |
Update comments about window.getComputedStyle in both locations.
Diffstat (limited to 'src/css.js')
-rw-r--r-- | src/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.js b/src/css.js index 518513a2b..22de5ba30 100644 --- a/src/css.js +++ b/src/css.js @@ -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 ) { |