Skip to content

Commit f74e17f

Browse files
author
Ignacio Martinez
committed
minexponent test: do not redeclare textOut
1 parent c27653c commit f74e17f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jasmine/tests/axes_test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,8 @@ describe('Test axes', function() {
28762876
'10<sup>17</sup>',
28772877
'10<sup>18</sup>'
28782878
]);
2879-
var textOut = mockCalc({
2879+
2880+
textOut = mockCalc({
28802881
type: 'log',
28812882
tickmode: 'linear',
28822883
exponentformat: 'SI',

0 commit comments

Comments
 (0)