Skip to content

Commit

Permalink
Removed debugging code in menu docs page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrtnz committed Mar 17, 2015
1 parent dc3d3ae commit 32f5912
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/src/app/components/pages/components/menus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ var mui = require('mui');
var CodeExample = require('../../code-example/code-example.jsx');

var labelMenuItems = [
{ payload: '4', text: 'subheader first child', type: mui.MenuItem.Types.SUBHEADER},
{ payload: '5', text: 'subheader', type: mui.MenuItem.Types.SUBHEADER},
{type: mui.MenuItem.Types.LINK, payload: 'https://github.com/callemall/material-ui', text: 'GitHub'},
{ payload: '1', text: 'ID', data: '1234567890', icon: 'home' },
{ payload: '2', text: 'Type', data: 'Announcement', icon: 'home' },
{ payload: '3', text: 'Caller ID', data: '(123) 456-7890', icon: 'home' }
Expand Down

0 comments on commit 32f5912

Please sign in to comment.