mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Remove unused toTop function
This commit is contained in:
@@ -60,11 +60,6 @@ const Snippetbar = createClass({
|
||||
});
|
||||
},
|
||||
|
||||
toTop : function(){
|
||||
this.props.sourceJump(0);
|
||||
this.props.brewJump(1);
|
||||
},
|
||||
|
||||
renderEditorButtons : function(){
|
||||
if(!this.props.showEditButtons) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user