Skip to content

Commit 5316a8e

Browse files
committed
bind setInclusiveLanguageOptions to the scope
1 parent 360422f commit 5316a8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/yoastseo/src/worker/AnalysisWebWorker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export default class AnalysisWebWorker {
135135
this.setCustomCornerstoneRelatedKeywordAssessorClass = this.setCustomCornerstoneRelatedKeywordAssessorClass.bind( this );
136136
this.registerAssessor = this.registerAssessor.bind( this );
137137
this.registerResearch = this.registerResearch.bind( this );
138+
this.setInclusiveLanguageOptions = this.setInclusiveLanguageOptions.bind( this );
138139

139140
// Bind event handlers to this scope.
140141
this.handleMessage = this.handleMessage.bind( this );

0 commit comments

Comments
 (0)