Skip to content

Commit

Permalink
[AppBar] Improve PropType for zDepth
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 12, 2015
1 parent 5c43f3f commit ce91f03
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 @@ -38,7 +38,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 ce91f03

Please sign in to comment.