Skip to content

Commit 1873564

Browse files
committed
refactor variable to camelcase
1 parent aef9685 commit 1873564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/commands/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ export class CommandRegistry {
612612
this._clearModifierTimer();
613613
this._timerModifierID = window.setTimeout(() => {
614614
this._executeKeyBinding(exact);
615-
}, Private.modifierkey_timeout);
615+
}, Private.modifierkeyTimeOut);
616616
}
617617

618618
/**
@@ -1345,7 +1345,7 @@ namespace Private {
13451345
/**
13461346
* The timeout in ms for triggering a modifer key binding.
13471347
*/
1348-
export const modifierkey_timeout = 500;
1348+
export const modifierkeyTimeOut = 500;
13491349

13501350
/**
13511351
* A convenience type alias for a command func.

0 commit comments

Comments
 (0)