Skip to content

Commit

Permalink
Update definitions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova committed Sep 1, 2024
1 parent 2894c64 commit f793c2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,8 @@ function getFHPaddingEntries(index)
define('(self + RP_4_A).at("-11")', ANY_WINDOW, AT),
define('([].sort.call() + RP_4_A).at("-11")', ANY_WINDOW, AT, CALL_ON_GLOBAL),
define('([].fill.call() + RP_4_A).at("-11")', ANY_WINDOW, AT, CALL_ON_GLOBAL, FILL),
define('([].sort.call() + RP_4_A)[SLICE_OR_SUBSTR]("-11")[0]', ANY_WINDOW, CALL_ON_GLOBAL),
define // *
('([].sort.call() + RP_4_A)[SLICE_OR_SUBSTR]("-11")[0]', ANY_WINDOW, CALL_ON_GLOBAL),
define
(
'([].fill.call() + RP_4_A)[SLICE_OR_SUBSTR]("-11")[0]',
Expand Down

0 comments on commit f793c2d

Please sign in to comment.