| Index: third_party/polymer/v1_0/components/paper-dialog-behavior/paper-dialog-behavior.html
|
| diff --git a/third_party/polymer/v1_0/components/paper-dialog-behavior/paper-dialog-behavior.html b/third_party/polymer/v1_0/components/paper-dialog-behavior/paper-dialog-behavior.html
|
| index 8e83fed991f804f3a5f1b2c170db7ce99d8f5389..227fb4dbaef5274f510dfb5385d4d86b49f6c8ec 100644
|
| --- a/third_party/polymer/v1_0/components/paper-dialog-behavior/paper-dialog-behavior.html
|
| +++ b/third_party/polymer/v1_0/components/paper-dialog-behavior/paper-dialog-behavior.html
|
| @@ -14,7 +14,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
| <script>
|
|
|
| -/*
|
| +/**
|
| Use `Polymer.PaperDialogBehavior` and `paper-dialog-common.css` to implement a Material Design
|
| dialog.
|
|
|
| @@ -82,8 +82,9 @@ The `aria-labelledby` attribute will be set to the header element, if one exists
|
| value: false
|
| },
|
|
|
| + /** @type {?Node} */
|
| _lastFocusedElement: {
|
| - type: Node
|
| + type: Object
|
| },
|
|
|
| _boundOnFocus: {
|
|
|