mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 20:05:34 +00:00
8 lines
No EOL
184 B
JavaScript
8 lines
No EOL
184 B
JavaScript
var helpers;
|
|
|
|
// Establishes the equivalent of a TS namespace.
|
|
(function(helpers){
|
|
helpers.defaultCapabilities = {
|
|
maxLeftContextCodeUnits: 64
|
|
};
|
|
})(helpers || (helpers = {})); |