| Index: third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js
|
| diff --git a/third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js b/third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js
|
| index 9d301616e0301707d50aa77b3e9ffeeb54b6a8bb..f199bc9dfae2afbf4e3d4e18b88ca0f9e663bda3 100644
|
| --- a/third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js
|
| +++ b/third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js
|
| @@ -1,20 +1,20 @@
|
|
|
| /**
|
| - `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
|
| - notified when they are resized or un-hidden by their parents in order to take
|
| - action on their new measurements).
|
| - Elements that perform measurement should add the `IronResizableBehavior` behavior to
|
| - their element definition and listen for the `iron-resize` event on themselves.
|
| - This event will be fired when they become showing after having been hidden,
|
| - when they are resized explicitly by another resizable, or when the window has been
|
| - resized.
|
| - Note, the `iron-resize` event is non-bubbling.
|
| - @group Polymer Behaviors
|
| - @element iron-resizable-behavior
|
| - @homepage github.io
|
| - */
|
| + * `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
|
| + * notified when they are resized or un-hidden by their parents in order to take
|
| + * action on their new measurements).
|
| + * Elements that perform measurement should add the `IronResizableBehavior` behavior to
|
| + * their element definition and listen for the `iron-resize` event on themselves.
|
| + * This event will be fired when they become showing after having been hidden,
|
| + * when they are resized explicitly by another resizable, or when the window has been
|
| + * resized.
|
| + * Note, the `iron-resize` event is non-bubbling.
|
| + *
|
| + * @polymerBehavior Polymer.IronResizableBehavior
|
| + * @demo demo/index.html
|
| + **/
|
| Polymer.IronResizableBehavior = {
|
| properties: {
|
| _parentResizable: {
|
|
|