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

Commit

Permalink
Merge pull request #2456 from fmarier/method_names_in_comments
Browse files Browse the repository at this point in the history
Make sure method name in comment matches the current function name
  • Loading branch information
Shane Tomlinson committed Sep 12, 2012
2 parents eb158dd + 64e631b commit 078238c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/static/common/js/user.js
Expand Up @@ -910,7 +910,7 @@ BrowserID.User = (function() {

/**
* Check whether the email is already registered.
* @method emailRegistered
* @method isEmailRegistered
* @param {string} email - Email address to check.
* @param {function} [onComplete] - Called with one boolean parameter when
* complete. Parameter is true if `email` is already registered, false
Expand Down Expand Up @@ -1219,7 +1219,7 @@ BrowserID.User = (function() {

/**
* Get an assertion for the current domain if the user is signed into it
* @method getPersistentSigninAssertion
* @method getSilentAssertion
* @param {function} onComplete - called on completion. Called with an
* an email and assertion if successful, null otw.
* @param {function} onFailure - called on XHR failure.
Expand Down Expand Up @@ -1256,7 +1256,7 @@ BrowserID.User = (function() {

/**
* Clear the persistent signin field for the current origin
* @method clearPersistentSignin
* @method logout
* @param {function} onComplete - called on completion. Called with
* a boolean, true if successful, false otw.
* @param {function} onFailure - called on XHR failure.
Expand Down

0 comments on commit 078238c

Please sign in to comment.