Fix api doc error

This commit is contained in:
blagoev 2017-09-22 13:14:02 +03:00
parent 275db8a631
commit f8f6661fe2
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ class Sync {
* _Currently only the 'change' event is supported_
* @param {function(change_event)} change_callback - called when changes are made to any Realm which
* match the given regular expression
* @param {bool} validate_ssl=true - Validate the server's SSL chertificate.
* @param {string} ssl_trust_certificate_path=None - Path to a trust/anchor certificate used by the
* client to verify the server certificate.
*/
static addListener(server_url, admin_user, regex, name, change_callback) {}