update schedules direct

This commit is contained in:
Luke Pulverenti 2015-10-01 12:28:24 -04:00
parent 4acfe20470
commit a07e6b59a3
35 changed files with 215 additions and 314 deletions

View file

@ -1,6 +1,6 @@
{
"name": "paper-dropdown-menu",
"version": "1.0.3",
"version": "1.0.4",
"description": "An element that works similarly to a native browser select",
"authors": [
"The Polymer Authors"
@ -40,11 +40,11 @@
"web-component-tester": "*",
"paper-tabs": "polymerelements/paper-tabs#^1.0.0"
},
"_release": "1.0.3",
"_release": "1.0.4",
"_resolution": {
"type": "version",
"tag": "v1.0.3",
"commit": "346aba1cc0231f52d32fe4dce1792a16df3a990a"
"tag": "v1.0.4",
"commit": "b278c9ea1b3642c77bd4597a28b39a61996a5a9e"
},
"_source": "git://github.com/PolymerElements/paper-dropdown-menu.git",
"_target": "~1.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "paper-dropdown-menu",
"version": "1.0.3",
"version": "1.0.4",
"description": "An element that works similarly to a native browser select",
"authors": [
"The Polymer Authors"

View file

@ -117,6 +117,7 @@ respectively.
}
paper-menu-button {
display: block;
@apply(--paper-dropdown-menu-button);
}
@ -199,6 +200,8 @@ respectively.
* The last selected item. An item is selected if the dropdown menu has
* a child with class `dropdown-content`, and that child triggers an
* `iron-select` event with the selected `item` in the `detail`.
*
* @type {?Object}
*/
selectedItem: {
type: Object,
@ -364,4 +367,3 @@ respectively.
});
})();
</script>