mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-21 12:30:15 +08:00
Use function expressions when referring to 'arguments'.
This commit is contained in:
@@ -10,7 +10,7 @@ var Deferred:any = client.Deferred;
|
||||
client.init({ token: 'YOUR_TOKEN' });
|
||||
|
||||
// get your info.
|
||||
client.get('me', (err, res) => {
|
||||
client.get('me', function (err, res) {
|
||||
console.log(arguments);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user