addEventListener()
This commit is contained in:
@@ -61,6 +61,14 @@ function Cosmopolite(opt_urlPrefix, opt_namespace, opt_trackingID) {}
|
|||||||
Cosmopolite.prototype.shutdown = function() {};
|
Cosmopolite.prototype.shutdown = function() {};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
|
||||||
|
* @param {string} type
|
||||||
|
* @param {function(Event)} listener
|
||||||
|
*/
|
||||||
|
Cosmopolite.prototype.addEventListener = function(type, listener) {};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see https://www.cosmopolite.org/reference#connected
|
* @see https://www.cosmopolite.org/reference#connected
|
||||||
* @return {boolean}
|
* @return {boolean}
|
||||||
|
|||||||
Reference in New Issue
Block a user