Fix some code style inconsistencies

This commit is contained in:
Oleg 2013-10-06 08:21:40 +04:00
parent 3bcd04f528
commit b561f5ab0a
8 changed files with 10 additions and 13 deletions

View File

@ -60,9 +60,6 @@ function vendorPropName( style, name ) {
return origName;
}
function setPositiveNumber( elem, value, subtract ) {
var matches = rnumsplit.exec( value );
return matches ?