This commit is contained in:
Luke Pulverenti 2015-08-31 19:47:47 -04:00
parent 68f6551ee5
commit cacc76dc5d
22 changed files with 301 additions and 298 deletions

View file

@ -1,6 +1,6 @@
{
"name": "iron-menu-behavior",
"version": "1.0.2",
"version": "1.0.3",
"description": "Provides accessible menu behavior",
"authors": "The Polymer Authors",
"keywords": [
@ -30,11 +30,11 @@
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"_release": "1.0.2",
"_release": "1.0.3",
"_resolution": {
"type": "version",
"tag": "v1.0.2",
"commit": "c9d6c3f4f69f4219fe007a1c703b77239184e834"
"tag": "v1.0.3",
"commit": "04cc87b1f6551383b1896f13df24ff1d01a9796f"
},
"_source": "git://github.com/polymerelements/iron-menu-behavior.git",
"_target": "^1.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "iron-menu-behavior",
"version": "1.0.2",
"version": "1.0.3",
"description": "Provides accessible menu behavior",
"authors": "The Polymer Authors",
"keywords": [

View file

@ -26,6 +26,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/**
* Returns the currently focused item.
* @type {?Object}
*/
focusedItem: {
observer: '_focusedItemChanged',