mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.
This commit is contained in:
committed by
Timmy Willison
parent
ae3524642c
commit
79992d7523
@@ -66,7 +66,7 @@ jQuery.event = {
|
||||
tmp = rtypenamespace.exec( types[t] ) || [];
|
||||
type = origType = tmp[1];
|
||||
namespaces = ( tmp[2] || "" ).split( "." ).sort();
|
||||
|
||||
|
||||
// There *must* be a type, no attaching namespace-only handlers
|
||||
if ( !type ) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user