remove needless semicolon
This commit is contained in:
parent
1de733d21b
commit
dee26303f6
1 changed files with 1 additions and 1 deletions
|
@ -3975,7 +3975,7 @@
|
|||
if( toProps.styles[propertyName] === fromProps.styles[propertyName] ) {
|
||||
delete toProps.styles[propertyName];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
var css = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue