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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/neon-animation/neon-animated-pages-extracted.js

Issue 1351623008: MD Settings: Languages model for language pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SingletonPrefs
Patch Set: Created 5 years, 3 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
1
1 (function() { 2 (function() {
2 3
3 Polymer({ 4 Polymer({
4 5
5 is: 'neon-animated-pages', 6 is: 'neon-animated-pages',
6 7
7 behaviors: [ 8 behaviors: [
8 Polymer.IronResizableBehavior, 9 Polymer.IronResizableBehavior,
9 Polymer.IronSelectableBehavior, 10 Polymer.IronSelectableBehavior,
10 Polymer.NeonAnimationRunnerBehavior 11 Polymer.NeonAnimationRunnerBehavior
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 _notifyPageResize: function() { 154 _notifyPageResize: function() {
154 var selectedPage = this.selectedItem; 155 var selectedPage = this.selectedItem;
155 this.resizerShouldNotify = function(element) { 156 this.resizerShouldNotify = function(element) {
156 return element == selectedPage; 157 return element == selectedPage;
157 } 158 }
158 this.notifyResize(); 159 this.notifyResize();
159 } 160 }
160 161
161 }) 162 })
162 163
163 })(); 164 })();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698