Skip to content

Commit

Permalink
Address xo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacoles committed May 17, 2016
1 parent e97603d commit 26dc8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversions.js
Expand Up @@ -162,7 +162,7 @@ function comparativeDistance(x, y) {

convert.rgb.keyword = function (rgb) {
var currentClosestDistance = Infinity;
var currentClosestKeyword = undefined;
var currentClosestKeyword;

for (var keyword in cssKeywords) {
if (cssKeywords.hasOwnProperty(keyword)) {
Expand Down

0 comments on commit 26dc8ae

Please sign in to comment.