feat: built-in lodash.js

close #281
This commit is contained in:
hyb1996
2018-02-01 16:34:40 +08:00
parent a06fca1971
commit ee638e3d6b
6 changed files with 75 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ module.exports = function(__runtime__, scope){
app.sendEmail = function(options){
options = options || {};
var i = new Intent(ACTION_SENDTO);
var i = new Intent(Intent.ACTION_SENDTO);
if(options.email){
i.putExtra(Intent.EXTRA_EMAIL, toArray(options.email));
}