Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
update deps and resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
valdrinkoshi committed Dec 21, 2016
1 parent c9cb531 commit 77e809e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
14 changes: 2 additions & 12 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"polymer": "Polymer/polymer#^1.7.0",
"iron-behaviors": "polymerelements/iron-behaviors#^1.0.0",
"iron-overlay-behavior": "PolymerElements/iron-overlay-behavior#^1.8.6",
"neon-animation": "PolymerElements/neon-animation#2.0-preview"
"neon-animation": "PolymerElements/neon-animation#^1.0.0"
},
"devDependencies": {
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
Expand All @@ -51,21 +51,11 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-animations-js": "web-animations/web-animations-js#^2.2.0",
"iron-image": "polymerelements/iron-image#^1.0.0"
},
"resolutions": {
"iron-resizable-behavior": "^1.0.0",
"iron-selector": "^1.0.0",
"iron-meta": "^1.0.0",
"polymer": "^1.7.0",
"test-fixture": "^1.0.0",
"webcomponentsjs": "^0.7.0"
}
}
},
"ignore": [],
"resolutions": {
"polymer": "2.0-preview",
"test-fixture": "custom-elements-v1",
"webcomponentsjs": "v1"
"test-fixture": "custom-elements-v1"
}
}
3 changes: 3 additions & 0 deletions iron-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@

attached: function () {
if (!this.sizingTarget || this.sizingTarget === this) {
// Need to flush to force distribution in order to get the containedElement
//TODO(valdrin) remove flush when webcomponents/shadydom#56 is solved.
window.ShadyDOM && window.ShadyDOM.flush();
this.sizingTarget = this.containedElement || this;
}
},
Expand Down

0 comments on commit 77e809e

Please sign in to comment.