MCPcopy
hub / github.com/mongodb/node-mongodb-native / _clientEmit

Function _clientEmit

docs/s/lib/zeroclipboard/ZeroClipboard.js:2188–2199  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

2186 * @private
2187 */
2188 var _clientEmit = function(event) {
2189 if (_clientShouldEmit.call(this, event)) {
2190 if (typeof event === "object" && event && typeof event.type === "string" && event.type) {
2191 event = _extend({}, event);
2192 }
2193 var eventCopy = _extend({}, _createEvent(event), {
2194 client: this
2195 });
2196 _clientDispatchCallbacks.call(this, eventCopy);
2197 }
2198 return this;
2199 };
2200 /**
2201 * The underlying implementation of `ZeroClipboard.Client.prototype.clip`.
2202 * @private

Callers

nothing calls this directly

Calls 2

_extendFunction · 0.70
_createEventFunction · 0.70

Tested by

no test coverage detected