Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Update doc to use core-menu instead of core-selector
Browse files Browse the repository at this point in the history
I think core-menu is preferred here? At least that's how paper-menu-button works.
  • Loading branch information
robdodson committed Nov 12, 2014
1 parent 4a8715c commit 9bcba1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-menu-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<core-menu-button>
<core-icon-button icon="menu"></core-icon-button>
<core-dropdown class="dropdown" layered>
<core-selector>
<core-menu>
<core-item>Share</core-item>
<core-item>Settings</core-item>
<core-item>Help</core-item>
</core-selector>
</core-menu>
</core-dropdown>
</core-menu-button>
Expand Down

0 comments on commit 9bcba1b

Please sign in to comment.