Skip to content

Commit

Permalink
chore: Update developer/src/kmc-ldml/src/compiler/visual-keyboard-com…
Browse files Browse the repository at this point in the history
…piler.ts
  • Loading branch information
mcdurdin authored Aug 26, 2024
1 parent d028124 commit 6353f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { KeysCompiler } from "./keys.js";
import { LdmlCompilerMessages } from "./ldml-compiler-messages.js";

// This is a partial polyfill for findLast, so not polluting Array.prototype
//
// https://medium.com/@stheodorejohn/findlast-method-polyfill-in-javascript-bridging-browser-gaps-c3baf6aabae1
// TODO: remove and replace with Array.prototype.findLast when it is
// well-supported
function findLast(arr: any, callback: any) {
Expand Down

0 comments on commit 6353f92

Please sign in to comment.