Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix docs from setNotificationsInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed May 18, 2016
1 parent a13cb6b commit 5565777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Note that the scripts created two files named `irene.dat` and `tomas.dat`. With
## Class: API
ClientAPI constructor.

### API.API#setNotificationsInterval(notificationIntervalSeconds)
### API.setNotificationsInterval(notificationIntervalSeconds)

Reset notification polling with new interval

Expand Down
1 change: 0 additions & 1 deletion lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ API.prototype._disposeNotifications = function() {

/**
* Reset notification polling with new interval
* @memberof Client.API
* @param {Numeric} notificationIntervalSeconds - use 0 to pause notifications
*/
API.prototype.setNotificationsInterval = function(notificationIntervalSeconds) {
Expand Down

0 comments on commit 5565777

Please sign in to comment.