Skip to content

Commit

Permalink
beforeclose returns this
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hynds committed Jun 8, 2010
1 parent 8d22a89 commit f12dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.notify.js
Expand Up @@ -74,7 +74,7 @@ $.extend($.ech.notify.instance.prototype, {

// fire beforeopen event
if(this._trigger("beforeopen") === false){
return;
return this;
}

// clickable?
Expand Down

0 comments on commit f12dc4d

Please sign in to comment.