From 843c3d4fc8c966d09767041ece2666aa735da342 Mon Sep 17 00:00:00 2001 From: ehsan2003 <51885828+ehsan2003@users.noreply.github.com> Date: Sat, 12 Feb 2022 08:38:28 +0330 Subject: [PATCH] Update src/runtime/internal/Component.ts Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- src/runtime/internal/Component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/internal/Component.ts b/src/runtime/internal/Component.ts index 16b832be9b..d9fcbb5ec0 100644 --- a/src/runtime/internal/Component.ts +++ b/src/runtime/internal/Component.ts @@ -298,7 +298,6 @@ export class SvelteComponent { * ```ts * component.$set({ answer: 42 }); * ``` - * */ $set($$props) { if (this.$$set && !is_empty($$props)) {