From b0773a83da5881686d29b506054c1d7e1984a8e9 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 17 Oct 2012 15:17:11 -0400 Subject: [PATCH] Fix comment --- js/iD/styleparser/RuleSet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/iD/styleparser/RuleSet.js b/js/iD/styleparser/RuleSet.js index 052efe66d..790d56ccb 100755 --- a/js/iD/styleparser/RuleSet.js +++ b/js/iD/styleparser/RuleSet.js @@ -194,7 +194,7 @@ declare("iD.styleparser.RuleSet", null, { else if (hs.has(a)) { hs.setPropertyFromString(a,v,isEval[a]); } else { // console.log(a+" not found"); - // } + } } // Add each style to list