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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/app-layout/app-scroll-effects/effects/material-extracted.js

Issue 2633633002: Polymer: Remove unused app-layout element (Closed)
Patch Set: Fix closure Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 /**
2 * Shorthand for the waterfall, resize-title, blend-background, and parallax-b ackground effects.
3 */
4 Polymer.AppLayout.registerEffect('material', {
5 /**
6 * @this Polymer.AppLayout.ElementWithBackground
7 */
8 setUp: function setUp() {
9 this.effects = 'waterfall resize-title blend-background parallax-backgroun d';
10 return false;
11 }
12 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698