Skip to content

Commit

Permalink
namespace the click event on $('a').facebox()
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxparse committed Jul 1, 2008
1 parent b24c1a8 commit 4967e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebox.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
return false
}

return this.click(clickHandler)
return this.bind('click.facebox', clickHandler)
}

/*
Expand Down

0 comments on commit 4967e8d

Please sign in to comment.