From 0bfee8930dfdf515716dddab27817e3feddff66f Mon Sep 17 00:00:00 2001 From: Eric Lee Carraway Date: Mon, 6 Apr 2015 16:58:51 -0500 Subject: [PATCH] Ajax_Events.html: Fix comma space remove extra space before a comma --- pages/Ajax_Events.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Ajax_Events.html b/pages/Ajax_Events.html index 9ba25ff7..26a59f0f 100644 --- a/pages/Ajax_Events.html +++ b/pages/Ajax_Events.html @@ -33,7 +33,7 @@

Global Events

});

Events

-

This is the full list of Ajax events , and in the order in which they are triggered. The indented events are triggered for each and every Ajax request (unless a global option has been set). The ajaxStart and ajaxStop events are events that relate to all Ajax requests together. +

This is the full list of Ajax events, and in the order in which they are triggered. The indented events are triggered for each and every Ajax request (unless a global option has been set). The ajaxStart and ajaxStop events are events that relate to all Ajax requests together.