javascript-sdk icon indicating copy to clipboard operation
javascript-sdk copied to clipboard

去掉 save 的第一个 attr 参数

Open leeyeh opened this issue 8 years ago • 0 comments

return account.save({		
    fetchWhenSave: true,
});

// 反直觉
return account.save(null, {		
    fetchWhenSave: true,
});

https://github.com/leancloud/docs/pull/1818/files

leeyeh avatar Jan 15 '17 06:01 leeyeh