index
:
librejsxul.git
master
LibreJS under Unified XUL Platform
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
vold-utils
/
lib
/
array.js
blob: 5ac0577d9694f6fde64604acb9e63ee9b3e1e822 (
plain
)
1
2
3
4
5
6
'use strict'
;
function
run
(
array
)
array
.
forEach
(
function
(
f
)
f
());
exports
.
run
=
run
;