mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Reordered properties to maintain ABC order
This commit is contained in:
@@ -33,9 +33,9 @@ var isUnitlessNumber = {
|
||||
|
||||
// SVG-related properties
|
||||
fillOpacity: true,
|
||||
strokeDashoffset: true,
|
||||
strokeOpacity: true,
|
||||
strokeWidth: true,
|
||||
strokeDashoffset: true
|
||||
strokeWidth: true
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user