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.