Reordered properties to maintain ABC order

This commit is contained in:
Sverre Johansen
2015-03-24 20:43:55 +00:00
parent c28059e39b
commit 77abea5ddc
+2 -2
View File
@@ -33,9 +33,9 @@ var isUnitlessNumber = {
// SVG-related properties
fillOpacity: true,
strokeDashoffset: true,
strokeOpacity: true,
strokeWidth: true,
strokeDashoffset: true
strokeWidth: true
};
/**