0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-23 00:08:11 +00:00

fix ref issues and remove unneeded value

This commit is contained in:
Charlie Humphreys
2023-06-30 00:37:20 -05:00
parent f52d42bef5
commit 51760e02e7
2 changed files with 23 additions and 8 deletions

View File

@@ -60,12 +60,11 @@ const CodeEditor = createClass({
getInitialState : function() {
return {
docs : {},
widgetUtils : {},
widgets : [],
focusedWidget : null,
hints : [],
hintsField : undefined,
docs : {},
widgetUtils : {},
widgets : [],
hints : [],
hintsField : undefined,
};
},