MCPcopy Create free account
hub / github.com/apache/cloudstack / off

Method off

systemvm/agent/noVNC/core/websock.js:231–233  ·  view source on GitHub ↗
(evt)

Source from the content-addressed store, hash-verified

229
230 // Event handlers
231 off(evt) {
232 this._eventHandlers[evt] = () => {};
233 }
234
235 on(evt, handler) {
236 this._eventHandlers[evt] = handler;

Callers 8

jquery-1.7.2.jsFile · 0.80
bootstrap.jsFile · 0.80
removeWithAnimationFunction · 0.80
bootstrap.min.jsFile · 0.80
eFunction · 0.80
disconnectMethod · 0.80
_socketCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected