From 14e246db2103b0a57c4d5961beed30b4c4bd1ea0 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 9 Apr 2019 11:12:15 -0400 Subject: [PATCH] revert previous commit. just saw the rest of the PR, doh --- site/content/docs/02-template-syntax.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 3d58e44055..1efa696f28 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -342,6 +342,7 @@ Components can emit events using [createEventDispatcher](docs#createeventdispatc * `bind:property={variable}` * `bind:group={variable}` +* `bind:this={dom_node}` ---