UNPKG
appmonitor
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Performance profiler based on look
github.com/tomxiong/AppMonitor
tomxiong/AppMonitor
appmonitor
/
lib
/
web
/
js
/
look
/
look.compatibility.js
7 lines
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
if
(!
Array
.
prototype
.
forEach
) {
Array
.
prototype
.
forEach
=
function
(
fn, scope
) {
for
(
var
i =
0
, len =
this
.
length
; i < len; ++i) { fn.
call
(scope ||
this
,
this
[i], i,
this
); } } }