UNPKG
@kickscondor/umbrellajs
Version:
latest (3.1.2)
3.1.2
3.1.1
Lightweight and intuitive javascript library
umbrellajs.com
kickscondor/umbrella
@kickscondor/umbrellajs
/
src
/
plugins
/
last
/
last.js
5 lines
(4 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
// Get the last of the nodes
u.
prototype
.
last
=
function
(
) {
return
this
.
nodes
[
this
.
length
-
1
] ||
false
; };