Skip to content

Commit 6fcd012

Browse files
committed
remove trailing comma
1 parent 8e50c74 commit 6fcd012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/runtime/client/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ export function create_client(app, target) {
16951695
},
16961696
type: 'popstate',
16971697
delta,
1698-
nav_token: token,
1698+
nav_token: token
16991699
});
17001700
} else {
17011701
// since popstate event is also emitted when an anchor referencing the same

0 commit comments

Comments
 (0)