mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
16 lines
227 B
JavaScript
16 lines
227 B
JavaScript
/***
|
|
KeymanWeb 2.0
|
|
Copyright 2017 SIL International
|
|
***/
|
|
/**
|
|
* Debug calls external references
|
|
*/
|
|
|
|
function _Debug(t){};
|
|
|
|
function _DebugEnter(t){};
|
|
|
|
function _DebugExit(t){};
|
|
|
|
function _DebugDeadKeys(t,u){};
|
|
|