Skip to content

Commit

Permalink
respond to prop changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Aug 20, 2014
1 parent 1413782 commit af44f6c
Show file tree
Hide file tree
Showing 8 changed files with 6,592 additions and 90 deletions.
3,260 changes: 3,253 additions & 7 deletions dist/react-responsive.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-responsive.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./src/index.js",
"dependencies": {
"lodash.omit": "^2.4.1",
"react": "^0.11.0"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions samples/sandbox/dist/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ var mq = require('../../../src');
var React = require('react');
window.React = React; // for dev

var DOM = React.DOM;

var App = React.createClass({
displayName: 'demo',
render: function(){
Expand Down
Loading

0 comments on commit af44f6c

Please sign in to comment.