Skip to content

Commit dd4e5dc

Browse files
committed
fixup.
1 parent 0c7677f commit dd4e5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser-extension/src/entrypoints/content.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { EnhancerRegistry, TextareaRegistry } from '../lib/registries'
66
const enhancers = new EnhancerRegistry()
77
const enhancedTextareas = new TextareaRegistry()
88

9-
// Expose for debugging in har:view
10-
; (window as any).gitcassoTextareaRegistry = enhancedTextareas
9+
// Expose for debugging in har:view
10+
;(window as any).gitcassoTextareaRegistry = enhancedTextareas
1111

1212
function sendEventToBackground(type: 'ENHANCED' | 'DESTROYED', spot: CommentSpot): void {
1313
const message: CommentEvent = {

0 commit comments

Comments
 (0)