sample(ui): music file browser

This commit is contained in:
hyb1996
2018-03-29 21:17:49 +08:00
parent bac87f2591
commit a7ed49d8b1
11 changed files with 148 additions and 36 deletions

View File

@@ -52,11 +52,6 @@ runtime.init();
},
toString: function(o){
return String(o);
},
eval: function(context, expr){
with(context){
return eval(expr);
}
}
});