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
/
first
/
first.js
5 lines
(4 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
// Get the first of the nodes
u.
prototype
.
first
=
function
(
) {
return
this
.
nodes
[
0
] ||
false
; };