From 72d875a8d57c6bb466170980a5142c66ac74e8f0 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Sat, 27 Nov 2010 15:42:46 -0500 Subject: [PATCH] remove ajax:before from the documentation --- src/rails.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rails.js b/src/rails.js index 3f6bfadb..4ed98998 100644 --- a/src/rails.js +++ b/src/rails.js @@ -30,7 +30,6 @@ jQuery(function ($) { /** * Handles execution of remote calls. Provides following callbacks: * - * - ajax:before - is execute before the whole thing begings * - ajax:beforeSend - is executed before firing ajax call * - ajax:success - is executed when status is success * - ajax:complete - is executed when the request finishes, whether in failure or success.