From 77abea5ddc971444ac614c0450cf3c2ec23ee4d9 Mon Sep 17 00:00:00 2001 From: Sverre Johansen Date: Tue, 24 Mar 2015 20:43:55 +0000 Subject: [PATCH] Reordered properties to maintain ABC order --- src/browser/ui/dom/CSSProperty.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser/ui/dom/CSSProperty.js b/src/browser/ui/dom/CSSProperty.js index 10f8b458df..93b5468438 100644 --- a/src/browser/ui/dom/CSSProperty.js +++ b/src/browser/ui/dom/CSSProperty.js @@ -33,9 +33,9 @@ var isUnitlessNumber = { // SVG-related properties fillOpacity: true, + strokeDashoffset: true, strokeOpacity: true, - strokeWidth: true, - strokeDashoffset: true + strokeWidth: true }; /**