Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(689)

Unified Diff: lib/src/firebase-element/firebase-auth.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/firebase-element/.travis.yml ('k') | lib/src/firebase-element/firebase-collection.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « lib/src/firebase-element/.travis.yml ('k') | lib/src/firebase-element/firebase-collection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698