Skip to content

Commit cdaafc2

Browse files
jakemac53addyosmani
authored andcommitted
Update type annotations for login method (Closes #71)
1 parent e0526a5 commit cdaafc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-auth.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@
198198
* is restored.
199199
*
200200
* @method login
201-
* @param {string} params (optional)
202-
* @param {string} options (optional)
201+
* @param {Object} params (optional)
202+
* @param {Object} options (optional)
203203
*/
204204
login: function(params, options) {
205205
if (!this.ref || navigator.onLine === false) {

0 commit comments

Comments
 (0)