better jshint compliance for common files

This commit is contained in:
ansuz
2016-02-15 15:42:08 +01:00
parent 539cc3a2fa
commit d1885fbab6
5 changed files with 17 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ define([], function () {
t = [],
rgb = [0,2,4];
while(i<n)t.push(i++);
while(i<n) { t.push(i++); }
var colours = t.map(function (c, I) {
return '#'+ rgb.map(function (j) {