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

Side by Side Diff: third_party/polymer/components-chromium/paper-dropdown/paper-dropdown-extracted.js

Issue 864173009: Add paper-dropdown and paper-dropdown-menu and run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1
2
3 Polymer('paper-dropdown',{
4
5 publish: {
6 transition: 'paper-dropdown-transition'
7 },
8
9 ready: function() {
10 this.super();
11 this.sizingTarget = this.$.scroller;
12 }
13
14 });
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698