Merge branch 'feature/new-mobile' into HEAD

This commit is contained in:
Alexander Yuzhin 2016-11-30 15:47:43 +03:00
commit 5f241f814e

View file

@ -155,7 +155,7 @@ define([
el.find('.color-palette a').removeClass('active');
$target.addClass('active');
var color = $target.data('color'),
var color = $target.data('color').toString(),
effectId = $target.data('effectid');
me.currentColor = color;