| Index: third_party/polymer/v1_0/components-chromium/iron-pages/iron-pages-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-pages/iron-pages-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-pages/iron-pages-extracted.js
|
| index 9e8ccb5d86c589cfdcb44c006fae574f2a9bb6fc..c1952fcb46395a89fa565827e6051d48a15a039a 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-pages/iron-pages-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-pages/iron-pages-extracted.js
|
| @@ -1,4 +1,6 @@
|
| -Polymer({
|
| +
|
| +
|
| + Polymer({
|
|
|
| is: 'iron-pages',
|
|
|
| @@ -27,4 +29,5 @@ Polymer({
|
| _selectedPageChanged: function(selected, old) {
|
| this.async(this.notifyResize);
|
| }
|
| - });
|
| + });
|
| +
|
|
|