| Index: third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-inky-focus-behavior-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-inky-focus-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-inky-focus-behavior-extracted.js
|
| index 86f699552ac5e330c50cfa6ade569b0969e1b64a..257e7c8f4dbd670865be1f58194b92641fa85308 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-inky-focus-behavior-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-behaviors/paper-inky-focus-behavior-extracted.js
|
| @@ -4,7 +4,6 @@
|
| * @polymerBehavior Polymer.PaperInkyFocusBehavior
|
| */
|
| Polymer.PaperInkyFocusBehaviorImpl = {
|
| -
|
| observers: [
|
| '_focusedChanged(receivedFocusFromKeyboard)'
|
| ],
|
| @@ -25,7 +24,6 @@
|
| ripple.classList.add('circle');
|
| return ripple;
|
| }
|
| -
|
| };
|
|
|
| /** @polymerBehavior Polymer.PaperInkyFocusBehavior */
|
|
|