mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +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
|
||||
};
|
||||
},
|
||||
|
||||
getInitialState : function() {
|
||||
return {
|
||||
size : null,
|
||||
isDragging : false
|
||||
};
|
||||
},
|
||||
|
||||
componentDidMount : function() {
|
||||
const paneSize = window.localStorage.getItem(this.props.storageKey);
|
||||
if(paneSize){
|
||||
|
||||
Reference in New Issue
Block a user