Update deps, use grunt-connect instead of express, fix jscs errors

This commit is contained in:
jdescottes
2015-12-09 22:38:58 +01:00
parent 8c29afbca6
commit 21d4857b74
10 changed files with 155 additions and 60 deletions

View File

@@ -105,7 +105,7 @@
var isSelected = (index === this.selectedIndex);
html += pskl.utils.Template.replace(tpl, {
'color' : color, index:index,
'color' : color, index : index,
':selected' : isSelected,
':light-color' : this.isLight_(color)
});