mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 20:52:40 +00:00
updating react and lodash to newest versions
This commit is contained in:
@@ -12,6 +12,8 @@ var request = require("superagent");
|
||||
|
||||
var SAVE_TIMEOUT = 3000;
|
||||
|
||||
|
||||
|
||||
var EditPage = React.createClass({
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
@@ -64,6 +66,9 @@ var EditPage = React.createClass({
|
||||
|
||||
render : function(){
|
||||
return <div className='editPage'>
|
||||
|
||||
|
||||
|
||||
<Statusbar
|
||||
editId={this.props.entry.editId}
|
||||
shareId={this.props.entry.shareId}
|
||||
|
||||
Reference in New Issue
Block a user