diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index 968850272..7148a7c22 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -421,6 +421,9 @@ const Editor = createClass({ } }, + //Called when there are changes to the editor's dimensions + update : function(){}, + updateEditorTheme : function(newTheme){ window.localStorage.setItem(EDITOR_THEME_KEY, newTheme); this.setState({