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
/
view
/
payloadAttributes.js
7 lines
(5 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
payloadAttributes
(jEle, payload){
for
( var k in payload ) { jEle
.attr
('data-' + k, payload[k]); } }