mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Merge branch 'master' of github.com:jquery/jquery
This commit is contained in:
commit
42568db4c4
@ -382,7 +382,8 @@ jQuery.event = {
|
|||||||
namespace = new RegExp("(^|\\.)" + namespaces.slice(0).sort().join("\\.(?:.*\\.)?") + "(\\.|$)");
|
namespace = new RegExp("(^|\\.)" + namespaces.slice(0).sort().join("\\.(?:.*\\.)?") + "(\\.|$)");
|
||||||
}
|
}
|
||||||
|
|
||||||
var events = jQuery.data(this, "events"), handlers = events[ event.type ];
|
events = jQuery.data(this, "events");
|
||||||
|
handlers = (events || {})[ event.type ];
|
||||||
|
|
||||||
if ( events && handlers ) {
|
if ( events && handlers ) {
|
||||||
// Clone the handlers to prevent manipulation
|
// Clone the handlers to prevent manipulation
|
||||||
|
Loading…
Reference in New Issue
Block a user