Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add type property
  • Loading branch information
phated committed Feb 27, 2015
1 parent 6c6054a commit 39ab71d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mediaQuery.js
Expand Up @@ -85,6 +85,9 @@ var all = {};
assign(all, types);
assign(all, features);

// add the type property
assign(matchers, { type: Object.keys(types) });

module.exports = {
all: all,
types: types,
Expand Down

0 comments on commit 39ab71d

Please sign in to comment.