api: add module media

This commit is contained in:
hyb1996
2018-02-27 11:27:37 +08:00
parent ab121f23c3
commit 37e4ebc91e
4 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
module.exports = function(runtime, global){
return Object.create(runtime.media);
}