spiegel-keyman/web/source/kmwdebugstub.js
2017-05-26 11:00:34 +07:00

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){};