We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360422f commit 5316a8eCopy full SHA for 5316a8e
1 file changed
packages/yoastseo/src/worker/AnalysisWebWorker.js
@@ -135,6 +135,7 @@ export default class AnalysisWebWorker {
135
this.setCustomCornerstoneRelatedKeywordAssessorClass = this.setCustomCornerstoneRelatedKeywordAssessorClass.bind( this );
136
this.registerAssessor = this.registerAssessor.bind( this );
137
this.registerResearch = this.registerResearch.bind( this );
138
+ this.setInclusiveLanguageOptions = this.setInclusiveLanguageOptions.bind( this );
139
140
// Bind event handlers to this scope.
141
this.handleMessage = this.handleMessage.bind( this );
0 commit comments