Merge pull request #810 from Tarnadas/doc/js-sys-function

doc: Add number suffix hint for JS function calls
This commit is contained in:
Nick Fitzgerald 2018-09-11 10:04:20 -07:00 committed by GitHub
commit 3f92607be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,3 +29,6 @@ impl VecU32 {
}
}
```
Since Rust has no function overloading, the `call#` method also requires a
number representing the amount of arguments passed to the JavaScript closure.