From 09636fc440516c8ab33fa0bc20312f2f8bba334f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 9 Apr 2019 11:10:58 -0400 Subject: [PATCH] remove separate bind:this item (could also be a component, gets confusing) --- site/content/docs/02-template-syntax.md | 1 - 1 file changed, 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 1efa696f28..3d58e44055 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -342,7 +342,6 @@ Components can emit events using [createEventDispatcher](docs#createeventdispatc * `bind:property={variable}` * `bind:group={variable}` -* `bind:this={dom_node}` ---