| Index: lib/src/firebase-element/firebase-auth.html
|
| diff --git a/lib/src/firebase-element/firebase-auth.html b/lib/src/firebase-element/firebase-auth.html
|
| index ea8636efeac33f7ce5440d0bad0ddc7038fbb1c8..c4150493eda8b14f066c45078f1012b12b7251f4 100644
|
| --- a/lib/src/firebase-element/firebase-auth.html
|
| +++ b/lib/src/firebase-element/firebase-auth.html
|
| @@ -198,8 +198,8 @@ Element wrapper for the Firebase authentication API (https://www.firebase.com/do
|
| * is restored.
|
| *
|
| * @method login
|
| - * @param {Object} (optional) params
|
| - * @param {Object} (optional) options
|
| + * @param {Object} params (optional)
|
| + * @param {Object} options (optional)
|
| */
|
| login: function(params, options) {
|
| if (!this.ref || navigator.onLine === false) {
|
|
|