Skip to content

Commit d2ead87

Browse files
author
AZhurav1ev
committed
Changed variable in setMarkerColor function
1 parent c5eb3dd commit d2ead87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

enjoyhint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@
10121012

10131013
if (isValidColor(color)){
10141014
return [$("#poliline"), $("#enjoyhint_arrpw_line")].forEach(function(element){
1015-
element.css("stroke", that.stepData.arrowColor);
1015+
element.css("stroke", color);
10161016
});
10171017
}
10181018

enjoyhint.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jquery.enjoyhint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ CanvasRenderingContext2D.prototype.roundRect = function(x, y, w, h, r) {
582582

583583
if (isValidColor(color)){
584584
return [$("#poliline"), $("#enjoyhint_arrpw_line")].forEach(function(element){
585-
element.css("stroke", that.stepData.arrowColor);
585+
element.css("stroke", color);
586586
});
587587
}
588588

0 commit comments

Comments
 (0)