From 0d66bcdc844841b808128c9ebc1ec69fa2c8377c Mon Sep 17 00:00:00 2001 From: bsiri Date: Tue, 15 Oct 2013 12:10:09 +0200 Subject: [PATCH] Passed the source event to the 'onedit' hook --- jquery.jeditable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.jeditable.js b/jquery.jeditable.js index 1d066d4..cdd0e16 100644 --- a/jquery.jeditable.js +++ b/jquery.jeditable.js @@ -135,7 +135,7 @@ } /* Abort if onedit hook returns false. */ - if (false === onedit.apply(this, [settings, self])) { + if (false === onedit.apply(this, [settings, self, e])) { return; }