aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets/colorRules.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData/ruleSets/colorRules.json')
-rw-r--r--exampleData/ruleSets/colorRules.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleData/ruleSets/colorRules.json b/exampleData/ruleSets/colorRules.json
index 1cea5a0..1aebf19 100644
--- a/exampleData/ruleSets/colorRules.json
+++ b/exampleData/ruleSets/colorRules.json
@@ -33,7 +33,7 @@
.cssIsNot("background-color", allow, fiveui.color.colorToHex)
.each(function (i, elt) {
var color = fiveui.color.colorToHex($(elt).css("background-color"));
- report("non-standard background color: " + color, elt);
+ report("non-standard background color: " + color, $(elt));
});
}
},