Initial commit
This commit is contained in:
7
wechat-mini-program/node_modules/mp-html/plugins/audio/context.js
generated
vendored
Normal file
7
wechat-mini-program/node_modules/mp-html/plugins/audio/context.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
const ctx = {}
|
||||
|
||||
module.exports = {
|
||||
get: id => ctx[id],
|
||||
set: (id, vm) => { ctx[id] = vm },
|
||||
remove: id => { ctx[id] = undefined }
|
||||
}
|
||||
Reference in New Issue
Block a user