mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-28 00:43:08 +00:00
fix ref issues and remove unneeded value
This commit is contained in:
@@ -60,12 +60,11 @@ const CodeEditor = createClass({
|
||||
|
||||
getInitialState : function() {
|
||||
return {
|
||||
docs : {},
|
||||
widgetUtils : {},
|
||||
widgets : [],
|
||||
focusedWidget : null,
|
||||
hints : [],
|
||||
hintsField : undefined,
|
||||
docs : {},
|
||||
widgetUtils : {},
|
||||
widgets : [],
|
||||
hints : [],
|
||||
hintsField : undefined,
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user