aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.js')
-rw-r--r--src/css.js2
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 ) {