| Index: third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js
|
| index 37efb02d4aaf57c179cbb4afc7330d8969e38029..ee0b4bf9ff18a6c837f7129f23f8ff53d77d39d2 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js
|
| @@ -1,5 +1,4 @@
|
| -
|
| - /**
|
| +/**
|
| * `IronResizableBehavior` is a behavior that can be used in Polymer elements to
|
| * coordinate the flow of resize events between "resizers" (elements that control the
|
| * size or hidden state of their children) and "resizables" (elements that need to be
|
| @@ -176,4 +175,4 @@
|
| descendant.notifyResize();
|
| this._notifyingDescendant = false;
|
| }
|
| - };
|
| + };
|
|
|