Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
wangyu
/
a77
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
aefc222b3f
Branches
Tags
master
a77
/
uni_modules
/
Sansnn-uQRCode
/
components
/
u-qrcode
/
gcanvas
/
context-webgl
/
classUtils.js
classUtils.js
95 B
History
Raw
1
2
3
export function getTransferedObjectUUID(name, id) {
return `${name.toLowerCase()}-${id}`;
}