mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 13:42:38 +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(){
|
renderEditorButtons : function(){
|
||||||
if(!this.props.showEditButtons) return;
|
if(!this.props.showEditButtons) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user