address more jshint complaints

This commit is contained in:
ansuz
2016-02-12 11:39:37 +01:00
parent f6c848385f
commit 967d636df9
8 changed files with 30 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
define([], function () {
return function (n) {
n = n || 24; // default is 24 colours
var r = 0.6,
n = n || 24, // default is 24 colours
i = 0,
t = [],
rgb = [0,2,4];