Skip to content

Commit

Permalink
update for react 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
brigand committed Jul 20, 2015
1 parent b10da86 commit a72a0ab
Show file tree
Hide file tree
Showing 10 changed files with 12,085 additions and 37,463 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"stage": 2
}
1 change: 0 additions & 1 deletion app/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/** @jsx React.DOM */
var React = require('react');
var Store = require('./Store.js');
var actions = require('./actions.js');
Expand Down
2 changes: 1 addition & 1 deletion app/Store.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ module.exports = flux.createStore({
return this.messages;
}
}
});
});
3 changes: 1 addition & 2 deletions app/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/** @jsx React.DOM */
var React = require('react');
var App = require('./App.js');
React.render(<App/>, document.body);
React.render(<App/>, document.body);
91 changes: 51 additions & 40 deletions build/main.js

Large diffs are not rendered by default.

103 changes: 57 additions & 46 deletions build/specs.js

Large diffs are not rendered by default.

Loading

0 comments on commit a72a0ab

Please sign in to comment.