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

Unified Diff: polymer_0.5.4/bower_components/core-dropdown/core-dropdown.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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
Index: polymer_0.5.4/bower_components/core-dropdown/core-dropdown.html
diff --git a/polymer_0.5.0/bower_components/core-dropdown/core-dropdown.html b/polymer_0.5.4/bower_components/core-dropdown/core-dropdown.html
similarity index 98%
copy from polymer_0.5.0/bower_components/core-dropdown/core-dropdown.html
copy to polymer_0.5.4/bower_components/core-dropdown/core-dropdown.html
index 6ed94f66156c77eb839b47b635b3375fe1b85bf8..d05c1b9717a0acfe0d60dd1401e66ad15e3ec0cc 100644
--- a/polymer_0.5.0/bower_components/core-dropdown/core-dropdown.html
+++ b/polymer_0.5.4/bower_components/core-dropdown/core-dropdown.html
@@ -140,9 +140,11 @@ not scroll with its container.
* The horizontal alignment of the popup relative to `relatedTarget`. `left`
* means the left edges are aligned together. `right` means the right edges
* are aligned together.
+ *
+ * Accepted values: 'left', 'right'
*
* @attribute halign
- * @type 'left' | 'right'
+ * @type String
* @default 'left'
*/
halign: 'left',
@@ -152,8 +154,10 @@ not scroll with its container.
* the top edges are aligned together. `bottom` means the bottom edges are
* aligned together.
*
+ * Accepted values: 'top', 'bottom'
+ *
* @attribute valign
- * @type 'top' | 'bottom'
+ * @type String
* @default 'top'
*/
valign: 'top',

Powered by Google App Engine
This is Rietveld 408576698