| Index: third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html
|
| diff --git a/third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html b/third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html
|
| index c4db37208274cc721a8b91107ad643e4154d8fba..4bc044da74f3d2bc4e02da8fd078d64eed33e63e 100644
|
| --- a/third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html
|
| +++ b/third_party/polymer/v1_0/components/iron-overlay-behavior/iron-overlay-behavior.html
|
| @@ -61,7 +61,8 @@ context. You should place this element as a child of `<body>` whenever possible.
|
| opened: {
|
| observer: '_openedChanged',
|
| type: Boolean,
|
| - value: false
|
| + value: false,
|
| + notify: true
|
| },
|
|
|
| /**
|
| @@ -369,7 +370,7 @@ context. You should place this element as a child of `<body>` whenever possible.
|
| this.style.display = '';
|
| },
|
|
|
| - _finishPositioning: function(target) {
|
| + _finishPositioning: function() {
|
| this.style.display = 'none';
|
| this.style.transform = this.style.webkitTransform = '';
|
| // force layout to avoid application of transform
|
|
|