From 04b8bb719f5b1976ccb82ea328a9cf4c6212f173 Mon Sep 17 00:00:00 2001 From: rcackerman Date: Tue, 21 Sep 2021 11:18:25 -0400 Subject: [PATCH] Need to include event in action --- docs/options/actions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options/actions/README.md b/docs/options/actions/README.md index 8ab180fd..d904b1e8 100644 --- a/docs/options/actions/README.md +++ b/docs/options/actions/README.md @@ -37,7 +37,7 @@ function addAttribute(evt) { { actions: { add: { - attr: addAttribute, + attr: addAttribute(event), }, }, }