Skip to content

Commit

Permalink
fix caret arrow endings (ref #109, #110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Feb 11, 2019
1 parent 31dd1c1 commit 6c7f0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-compiled.js
Expand Up @@ -429,7 +429,7 @@ g.i = function(a) {
S(this.a);
var b = T(this.a, this.b), c = T(this.a, a);
V(this.a, this.b, a, b.c && b.b || c.a && c.right);
this.c && P(this.a, a, "^");
this.c && P(this.a, a, c.c ? "^" : c.b ? "v" : c.a ? "<" : ">");
};
g.m = function() {
Q(this.a);
Expand Down

0 comments on commit 6c7f0f4

Please sign in to comment.