mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Update deps, use grunt-connect instead of express, fix jscs errors
This commit is contained in:
@@ -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)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user