Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
persona
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hexang 息壤平台
persona
Commits
64e631bb
Commit
64e631bb
authored
12 years ago
by
Francois Marier
Browse files
Options
Downloads
Patches
Plain Diff
Make sure method name in comment matches the current function name
parent
eb158dd7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/static/common/js/user.js
+3
-3
3 additions, 3 deletions
resources/static/common/js/user.js
with
3 additions
and
3 deletions
resources/static/common/js/user.js
+
3
−
3
View file @
64e631bb
...
...
@@ -910,7 +910,7 @@ BrowserID.User = (function() {
/**
* Check whether the email is already registered.
* @method
e
mailRegistered
* @method
isE
mailRegistered
* @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
...
...
@@ -1219,7 +1219,7 @@ BrowserID.User = (function() {
/**
* Get an assertion for the current domain if the user is signed into it
* @method get
PersistentSignin
Assertion
* @method get
Silent
Assertion
* @param {function} onComplete - called on completion. Called with an
* an email and assertion if successful, null otw.
* @param {function} onFailure - called on XHR failure.
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment