aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-10-06 08:21:40 +0400
committerOleg <markelog@gmail.com>2013-10-07 03:16:18 +0400
commitb561f5ab0a5e13f8203307016a02ee965a8be7d3 (patch)
tree55740fb30ccc3ecbd8ec0307dca4dd3c2925cfe2 /src/css.js
parent3bcd04f528597dac0a7084865461574ab4a06465 (diff)
downloadjquery-b561f5ab0a5e13f8203307016a02ee965a8be7d3.tar.gz
jquery-b561f5ab0a5e13f8203307016a02ee965a8be7d3.zip
Fix some code style inconsistencies
Diffstat (limited to 'src/css.js')
-rw-r--r--src/css.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/css.js b/src/css.js
index 883adf1ae..3e319bfc2 100644
--- a/src/css.js
+++ b/src/css.js
@@ -60,9 +60,6 @@ function vendorPropName( style, name ) {
return origName;
}
-
-
-
function setPositiveNumber( elem, value, subtract ) {
var matches = rnumsplit.exec( value );
return matches ?
@@ -371,7 +368,7 @@ jQuery.each([ "height", "width" ], function( i, name ) {
// Support: Android 2.3
jQuery.cssHooks.marginRight = addGetHookIf( support.reliableMarginRight,
- function ( elem, computed ) {
+ function( elem, computed ) {
if ( computed ) {
// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
// Work around by temporarily setting element display to inline-block