mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 11:35:18 -05:00
Build: update grunt-jscs-checker and pass with the new rules
This commit is contained in:
@@ -26,8 +26,10 @@ function curCSS( elem, name, computed ) {
|
||||
|
||||
// Support: iOS < 6
|
||||
// A tribute to the "awesome hack by Dean Edwards"
|
||||
// iOS < 6 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels
|
||||
// this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values
|
||||
// iOS < 6 (at least) returns percentage for a larger set of values,
|
||||
// but width seems to be reliably pixels
|
||||
// this is against the CSSOM draft spec:
|
||||
// http://dev.w3.org/csswg/cssom/#resolved-values
|
||||
if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {
|
||||
|
||||
// Remember the original values
|
||||
|
||||
Reference in New Issue
Block a user