Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
merencia committed Mar 10, 2021
1 parent 84c578e commit c60463e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert-expression/step-values-conversion.js
Expand Up @@ -12,7 +12,7 @@ module.exports = (() => {
throw baseDivider + ' is not a valid step value';
}
var values = match[1].split(',');
var setpValues = [];
var stepValues = [];
var divider = parseInt(baseDivider, 10);
for(var j = 0; j <= values.length; j++){
var value = parseInt(values[j], 10);
Expand Down

0 comments on commit c60463e

Please sign in to comment.