Skip to content

Commit 209d147

Browse files
committed
oops, never meant to commit that
1 parent 520d3fc commit 209d147

File tree

1 file changed

+1
-2
lines changed
  • packages/svelte/src/internal/client

1 file changed

+1
-2
lines changed

packages/svelte/src/internal/client/proxy.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ export function proxy(value, path, path_preservation = PROXY_PRESERVE_PATH) {
5555
/** @type {Map<any, Source<any>>} */
5656
var sources = new Map();
5757
var is_proxied_array = is_array(value);
58-
// var version = tag(source(0), `${path} version`);
59-
var version = source(0);
58+
var version = tag(source(0), `${path} version`);
6059

6160
var stack = DEV && tracing_mode_flag ? get_stack('CreatedAt') : null;
6261
var reaction = active_reaction;

0 commit comments

Comments
 (0)