Skip to content

Commit

Permalink
remove propTypes: types
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSki committed Feb 17, 2015
1 parent 6f4b364 commit 27e9f25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ var excludedQueryKeys = Object.keys(defaultTypes);
var excludedPropKeys = excludedQueryKeys.concat(mediaKeys);

var mq = React.createClass({
displayName: 'MediaQuery',
propTypes: types,
displayName: 'MediaQuery'

getDefaultProps: function(){
return {
Expand Down

0 comments on commit 27e9f25

Please sign in to comment.