mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
5 lines
No EOL
196 B
JavaScript
5 lines
No EOL
196 B
JavaScript
(function() {
|
|
'use strict';
|
|
LMLayerWorker.loadModel(new models.TrieModel({"totalWeight":1,"root":{"type":"leaf","weight":1,"entries":[{"key":"naive","weight":1,"content":"naïve"}]}}, {
|
|
}));
|
|
})(); |