diff --git a/core/modules/color/preview.js b/core/modules/color/preview.js index 71f2aae..ce27359 100644 --- a/core/modules/color/preview.js +++ b/core/modules/color/preview.js @@ -42,7 +42,7 @@ } var accum = color_start; // Render gradient lines. - $form.find('#gradient-' + i + ' > div').each(gradientLineColor); + $form.find('#gradient-' + i + ' > div').each(gradientLineColor); } } }