UNPKG
gleit
Version:
latest (1.0.1)
1.0.1
1.0.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
super easy interactive html animations.
loreanvictor.github.io/gleit/
loreanvictor/gleiten
gleit
/
polyfill
/
is_array.js
6 lines
(5 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
if
(!
Array
.
isArray
) {
Array
.
isArray
=
function
(
arg
) {
return
Object
.
prototype
.
toString
.
call
(arg) ===
'[object Array]'
; }; }