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
/
size
/
size.js
5 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
// Find the size of the first matched element
u.
prototype
.
size
=
function
(
) {
return
this
.
first
().
getBoundingClientRect
(); };