Support: clean up comments and Support notation

Closes gh-1577
This commit is contained in:
Dave Methvin
2014-04-25 18:26:36 -04:00
parent ff9dcfb0c4
commit d837f119c3
28 changed files with 160 additions and 169 deletions

View File

@@ -13,7 +13,7 @@ function curCSS( elem, name, computed ) {
computed = computed || getStyles( elem );
// Support: IE9
// getPropertyValue is only needed for .css('filter') in IE9, see #12537
// getPropertyValue is only needed for .css('filter') (#12537)
if ( computed ) {
ret = computed.getPropertyValue( name ) || computed[ name ];
}