mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 00:27:40 +00:00
chore: Update developer/src/kmc-ldml/src/compiler/visual-keyboard-compiler.ts
This commit is contained in:
parent
d028124ca9
commit
6353f926ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue