From 02524f641a7f53df3c0940d570774992e682eda4 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Sat, 30 Dec 2017 23:23:10 -0700 Subject: [PATCH] Remove unneeded "ajax" class in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a4c57..0fd6e30 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ trigger the "cancel" event handler. This simply removes from the DOM any element found using the selector defined in the `data-cancel-closest` attribute: ```html - + Cancel ```