Skip to content

Commit 7d4e96f

Browse files
committed
tweak
1 parent d2a5ac4 commit 7d4e96f

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors/shared

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export function build_component(node, component_name, context, anchor = context.
194194
binding_initializers.push(
195195
b.stmt(
196196
b.call(
197-
b.id('$$ownership_validator.binding'),
197+
'$$ownership_validator.binding',
198198
b.literal(binding.node.name),
199199
b.id(component_name),
200200
b.thunk(expression)

0 commit comments

Comments
 (0)