Skip to content

Commit

Permalink
Merge pull request mui#2143 from oliviertassinari/app-bar-proptype
Browse files Browse the repository at this point in the history
[AppBar] Improve PropType for zDepth
  • Loading branch information
oliviertassinari committed Nov 12, 2015
2 parents 4d1bfa2 + ce91f03 commit bb6cbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const NavigationMenu = require('./svg-icons/navigation/menu');
const DefaultRawTheme = require('./styles/raw-themes/light-raw-theme');
const ThemeManager = require('./styles/theme-manager');
const Paper = require('./paper');

const PropTypes = require('./utils/prop-types');

const AppBar = React.createClass({

Expand Down Expand Up @@ -39,7 +39,7 @@ const AppBar = React.createClass({
iconElementRight: React.PropTypes.element,
iconStyleRight: React.PropTypes.object,
title: React.PropTypes.node,
zDepth: React.PropTypes.number,
zDepth: PropTypes.zDepth,
},

getInitialState () {
Expand Down

0 comments on commit bb6cbf4

Please sign in to comment.