mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 21:42:45 +00:00
Formatting change - space out functions correctly
This commit is contained in:
@@ -12,12 +12,14 @@ const SplitPane = createClass({
|
|||||||
onDragFinish : function(){} //fires when dragging
|
onDragFinish : function(){} //fires when dragging
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
getInitialState : function() {
|
getInitialState : function() {
|
||||||
return {
|
return {
|
||||||
size : null,
|
size : null,
|
||||||
isDragging : false
|
isDragging : false
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
componentDidMount : function() {
|
componentDidMount : function() {
|
||||||
const paneSize = window.localStorage.getItem(this.props.storageKey);
|
const paneSize = window.localStorage.getItem(this.props.storageKey);
|
||||||
if(paneSize){
|
if(paneSize){
|
||||||
|
|||||||
Reference in New Issue
Block a user