update components

This commit is contained in:
Luke Pulverenti 2016-03-21 22:06:21 -04:00
parent d5dc8e15ea
commit 7cfa21451a
16 changed files with 150 additions and 131 deletions

View file

@ -559,7 +559,7 @@ context. You should place this element as a child of `<body>` whenever possible.
};
/** @polymerBehavior */
Polymer.IronOverlayBehavior = [Polymer.IronA11yKeysBehavior, Polymer.IronFitBehavior, Polymer.IronResizableBehavior, Polymer.IronOverlayBehaviorImpl];
Polymer.IronOverlayBehavior = [Polymer.IronFitBehavior, Polymer.IronResizableBehavior, Polymer.IronOverlayBehaviorImpl];
/**
* Fired after the `iron-overlay` opens.