From d9c61a2d9f803b91642df148d6cacb24da8d80e7 Mon Sep 17 00:00:00 2001 From: Aaron Newton Date: Fri, 7 Mar 2014 00:20:09 -0800 Subject: [PATCH] Adding new "ignore" case for ajax responses. Renaming Ajax to ajax. --- Docs/Delegators/Delegator.Ajax.md | 5 +++-- Source/Delegators/Delegator.Ajax.js | 10 ++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Docs/Delegators/Delegator.Ajax.md b/Docs/Delegators/Delegator.Ajax.md index 5dac632..bf1bea3 100644 --- a/Docs/Delegators/Delegator.Ajax.md +++ b/Docs/Delegators/Delegator.Ajax.md @@ -1,4 +1,4 @@ -Delegator Trigger: Ajax +Delegator Trigger: ajax ======================= Loads the response of a link's URL into a specified target. @@ -6,7 +6,7 @@ Loads the response of a link's URL into a specified target. ### Example