diff --git a/static/js/youtube.js b/static/js/youtube.js index 623a64d3..03d5f4ad 100755 --- a/static/js/youtube.js +++ b/static/js/youtube.js @@ -303,4 +303,4 @@ function rgbToHsl(arr){ if(l>0.5)l=0.5; //make sure it isnt too light return "hsl("+Math.floor(h*360)+", "+Math.floor(s*100)+"%, "+Math.floor(l*100)+"%)"; -}colorcolorcolor +}