Skip to content

Commit

Permalink
actually remove types this time
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSki committed Feb 17, 2015
1 parent dcdea6a commit 6f4b364
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var defaultTypes = {
query: React.PropTypes.string
};
var mediaKeys = Object.keys(mediaQuery.all);
var types = assign(defaultTypes, mediaQuery.all);
var excludedQueryKeys = Object.keys(defaultTypes);
var excludedPropKeys = excludedQueryKeys.concat(mediaKeys);

Expand Down

0 comments on commit 6f4b364

Please sign in to comment.