Skip to content

Commit 39710bd

Browse files
Add bind
1 parent 5a8d208 commit 39710bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/ScopeHandlerFactoryImpl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ import type { CustomScopeType, ScopeHandler } from "./scopeHandler.types";
4646
export class ScopeHandlerFactoryImpl implements ScopeHandlerFactory {
4747
constructor(private languageDefinitions: LanguageDefinitions) {
4848
this.tryCreate = this.tryCreate.bind(this);
49+
this.create = this.create.bind(this);
4950
}
5051

5152
tryCreate(

0 commit comments

Comments
 (0)