Documentation updates and major bug fix

Clients no longer die when a URL is sent
This commit is contained in:
hydrabolt
2015-08-16 20:58:23 +01:00
parent 32132b8db2
commit d1fbdd6ae8
3 changed files with 95 additions and 6 deletions

View File

@@ -121,6 +121,7 @@ exports.List.prototype.removeElement = function( child ) {
/**
* Replaces an element in the list with a specified element
* @method updateElement
* @param {Object} element Element to update.
* @param {Object} newElement New Element
* @return {Boolean} whether the operation was successful or not.

View File

@@ -59,7 +59,7 @@ exports.Server = function( region, ownerID, name, id, members, icon, afkTimeout,
/**
* The ID of the AFK Channel, evaluates to false if doesn't exist.
* @type {String}
* @attribute afkChannelid
* @attribute afkChannelId
*/
this.afkChannelId = afkChannelId;