UNPKG
oboe.js-demo
Version:
latest (0.0.0-236)
0.0.0-236
0.0.0-234
A website for Oboe.js
github.com/jimhigson/oboe.js-website
jimhigson/oboe.js-website
oboe.js-demo
/
statics
/
js
/
demo
/
model
/
announce.js
6 lines
(5 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
function
announceAll
(
things
){ things.
forEach
(
function
(
thing
){ thing.
announce
(); }); }