From 3dfc414701a155a11694b212423265cc85fa3f5b Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 10 Oct 2017 08:32:29 -0700 Subject: [PATCH] Nit --- content/docs/handling-events.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/handling-events.md b/content/docs/handling-events.md index 5a64a395d..81da691c8 100644 --- a/content/docs/handling-events.md +++ b/content/docs/handling-events.md @@ -145,5 +145,6 @@ The problem with this syntax is that a different callback is created each time t Inside a loop it is common to want to pass a param to an event handler. For example if `i` is the row id: ```js + -``` \ No newline at end of file +```