UNPKG

istesequi

Version:

Lightweight and intuitive javascript library

9 lines (7 loc) 186 B
/** * Get the last of the nodes * @return htmlnode the last html node in the matched nodes */ u.prototype.last = function() { return this.nodes[this.nodes.length-1] || false; };