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

Unified Diff: polymer_0.5.4/bower_components/core-animated-pages/core-animated-pages.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-animated-pages/core-animated-pages.html
diff --git a/polymer_0.5.0/bower_components/core-animated-pages/core-animated-pages.html b/polymer_0.5.4/bower_components/core-animated-pages/core-animated-pages.html
similarity index 99%
copy from polymer_0.5.0/bower_components/core-animated-pages/core-animated-pages.html
copy to polymer_0.5.4/bower_components/core-animated-pages/core-animated-pages.html
index aea4b43f3c421d54f5d85f9ee156829c343d91a8..d55487fa1daf40d11faba84407ae4f9c71f3af6e 100644
--- a/polymer_0.5.0/bower_components/core-animated-pages/core-animated-pages.html
+++ b/polymer_0.5.4/bower_components/core-animated-pages/core-animated-pages.html
@@ -219,6 +219,7 @@ Example:
@element core-animated-pages
@extends core-selector
+@mixins Polymer.CoreResizer https://github.com/polymer/core-resizable
@status beta
@homepage github.io
-->
@@ -419,6 +420,7 @@ Fired when a page transition completes.
if (!oldItem) {
this.applySelection(this.selectedItem, true);
+ this.async(this.notifyResize);
return;
}

Powered by Google App Engine
This is Rietveld 408576698