From f12dc4d61c73c3b62c942354b784b93937b68928 Mon Sep 17 00:00:00 2001 From: Eric Hynds Date: Tue, 8 Jun 2010 08:32:33 -0400 Subject: [PATCH] beforeclose returns this --- src/jquery.notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.notify.js b/src/jquery.notify.js index 7cdd063..c1025f1 100644 --- a/src/jquery.notify.js +++ b/src/jquery.notify.js @@ -74,7 +74,7 @@ $.extend($.ech.notify.instance.prototype, { // fire beforeopen event if(this._trigger("beforeopen") === false){ - return; + return this; } // clickable?