Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova committed Nov 4, 2024
1 parent 3c83b1d commit 685d984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ function getFHPaddingEntries(index)
var paddingBlock = R_PADDINGS[padding];
expr = '(' + paddingBlock + ' + ' + expr + ')[' + shiftedIndex + ']';
}
else
expr += '[' + index + ']';
}
var entry = define._callWithFeatures(expr, LOCALE_NUMERALS, arguments, 3);
return entry;
Expand Down

0 comments on commit 685d984

Please sign in to comment.