mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 04:56:24 +00:00
6 lines
202 B
JavaScript
6 lines
202 B
JavaScript
|
|
/**
|
||
|
|
* The instance of the runtime. We expose it on the API just for
|
||
|
|
* testing and special circumstances. Not meant to be accessed for standard use.
|
||
|
|
* @type {jibo.action.ActionRuntime}
|
||
|
|
* @private
|
||
|
|
*/
|