0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 10:52:42 +00:00

Removing unneeded code

This commit is contained in:
Scott Tolksdorf
2016-05-10 21:45:58 -04:00
parent c07c9911ec
commit c9bfd08bb3
10 changed files with 10 additions and 594 deletions

View File

@@ -5,12 +5,13 @@ var cx = require('classnames');
var SplitPane = React.createClass({
getDefaultProps: function() {
return {
storageKey : 'naturalcrit-pane-split',
onDragFinish : function(){} //fires when dragging
};
},
getInitialState: function() {
return {
storageKey : 'naturalcrit-pane-split',
size : null,
isDragging : false
};
@@ -69,6 +70,11 @@ var SplitPane = React.createClass({
}
});
var Pane = React.createClass({
getDefaultProps: function() {
return {