Skip to content

Commit

Permalink
fix config user() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaring87 committed Feb 12, 2018
1 parent 27d90b2 commit e030c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ class Config {
* Get the RTMUser from the configuration
*
* If no RTMUser is saved, start the login process
* @returns {RTMUser}
* @param {function} callback callback function
* @param {RTMUser} callback.user The RTM User
*/
user(callback) {
if ( !this._CONFIG._user ) {
Expand Down

0 comments on commit e030c16

Please sign in to comment.