diff --git a/shared/homebrewery/brewEditor/brewEditor.jsx b/shared/homebrewery/brewEditor/brewEditor.jsx index b321cd0..1f1a2fc 100644 --- a/shared/homebrewery/brewEditor/brewEditor.jsx +++ b/shared/homebrewery/brewEditor/brewEditor.jsx @@ -76,6 +76,7 @@ const BrewEditor = React.createClass({ this.refs.codeEditor.updateSize(); }, + //TODO: convert this into a generic function for columns and blocks highlightPageLines : function(){ if(!this.refs.codeEditor) return; const codeMirror = this.refs.codeEditor.codeMirror;