Extern for connected()

This commit is contained in:
Ian Gulliver
2014-06-17 21:29:57 -07:00
parent cb862d787d
commit fec7ee2556

View File

@@ -76,6 +76,14 @@ function Cosmopolite(
Cosmopolite.prototype.shutdown = function() {};
/**
* @see https://www.cosmopolite.org/reference#connected
* @return {boolean}
* @nosideeffects
*/
Cosmopolite.prototype.connected = function() {};
/**
* @see https://www.cosmopolite.org/reference#getProfile
* @return {Promise}