(text)
| 82 | } |
| 83 | |
| 84 | function _handleAction(text) { |
| 85 | if(_instance.action.addMessage) { |
| 86 | _interface.message.human({ |
| 87 | delay: 100, |
| 88 | content: text |
| 89 | }); |
| 90 | } |
| 91 | _instance.action.show = !_instance.action.autoHide; |
| 92 | } |
| 93 | |
| 94 | var _botuiComponent = { |
| 95 | template: 'BOTUI_TEMPLATE', // replaced by HTML template during build. see Gulpfile.js |
no outgoing calls
no test coverage detected
searching dependent graphs…