Remove unused options argument in onnotification event handler

This commit is contained in:
Pierre Ossman
2017-10-27 09:30:47 +02:00
parent 2f4516f293
commit 65fdfeae13
4 changed files with 5 additions and 12 deletions

View File

@@ -206,11 +206,9 @@ severity of the message. The following levels are currently defined:
- `"warn"`
- `"error"`
**`options`** is currently unused.
##### Syntax
RFB.onnotification = function(rfb, msg, level, options) { ... }
RFB.onnotification = function(rfb, msg, level) { ... }
#### RFB.ondisconnected