Update comments about window.getComputedStyle in both locations.

This commit is contained in:
Rick Waldron
2012-08-11 16:30:46 -04:00
parent 3722aef8be
commit dc3f7d3868
2 changed files with 3 additions and 5 deletions

View File

@@ -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 ) {