File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4343 },
4444 "dependencies" : {
4545 "lodash" : " ^2.4.1" ,
46- "react" : " * " ,
47- "reflux" : " * " ,
46+ "react" : " 0.12.2 " ,
47+ "reflux" : " 0.2.3 " ,
4848 "react-semantify" : " jessy1092/react-semantify" ,
49- "react-router" : " ^ 0.11.6" ,
49+ "react-router" : " 0.11.6" ,
5050 "reactify" : " ^0.17.1" ,
5151 "rimraf" : " ^2.2.8"
5252 }
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const data = [
8282
8383LinksActions . loadData . listen ( function ( ) {
8484 // here is the place for external communication with servers...
85- LinksActions . loadDataSuccess . triggerAsync ( data ) ;
85+ LinksActions . loadDataSuccess ( data ) ;
8686} ) ;
8787
8888export default LinksActions ;
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
22import * as ReactRouter from 'react-router' ;
3- import { Menu , Segment } from 'react-semantify' ;
3+ import { Menu , Segment , Section } from 'react-semantify' ;
44
55const RouteHandler = ReactRouter . RouteHandler ;
66const Link = ReactRouter . Link ;
@@ -11,7 +11,7 @@ const App = React.createClass({
1111 margin : 10
1212 } ;
1313 return (
14- < section style = { styles } >
14+ < Section style = { styles } >
1515 < Menu >
1616 < Link to = "home" className = "item" >
1717 < i className = "home icon" > </ i >
@@ -29,7 +29,7 @@ const App = React.createClass({
2929 https://github.com/hipertracker/react-es7
3030 </ a >
3131 </ Segment >
32- </ section >
32+ </ Section >
3333 )
3434 }
3535} ) ;
You can’t perform that action at this time.
0 commit comments