From 9b0e6ac28bf132c3f4015a4b3d983049eb134178 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 16 Oct 2009 00:28:27 +1100 Subject: [PATCH] Move an inline style from util.objectToString to a new Key highlight group. --- common/content/style.js | 2 ++ common/content/util.js | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/content/style.js b/common/content/style.js index 76291972..3281a35f 100644 --- a/common/content/style.js +++ b/common/content/style.js @@ -25,6 +25,8 @@ Highlights.prototype.CSS = {i}; + let key = {i}; if (!isNaN(i)) i = parseInt(i); else if (/^[A-Z_]+$/.test(i))