File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8139,7 +8139,7 @@ function expand(str, isTop) {
81398139 var y = numeric(n[1]);
81408140 var width = Math.max(n[0].length, n[1].length)
81418141 var incr = n.length == 3
8142- ? Math.abs(numeric(n[2]))
8142+ ? Math.max(Math. abs(numeric(n[2])), 1 )
81438143 : 1;
81448144 var test = lte;
81458145 var reverse = y < x;
@@ -8188,7 +8188,6 @@ function expand(str, isTop) {
81888188}
81898189
81908190
8191-
81928191/***/ }),
81938192
81948193/***/ 7087:
Original file line number Diff line number Diff line change @@ -8139,7 +8139,7 @@ function expand(str, isTop) {
81398139 var y = numeric(n[1]);
81408140 var width = Math.max(n[0].length, n[1].length)
81418141 var incr = n.length == 3
8142- ? Math.abs(numeric(n[2]))
8142+ ? Math.max(Math. abs(numeric(n[2])), 1 )
81438143 : 1;
81448144 var test = lte;
81458145 var reverse = y < x;
@@ -8188,7 +8188,6 @@ function expand(str, isTop) {
81888188}
81898189
81908190
8191-
81928191/***/ }),
81938192
81948193/***/ 7087:
You can’t perform that action at this time.
0 commit comments