| 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;
|
| }
|
|
|
|
|