Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.

This commit is contained in:
Michał Z. Gołębiowski
2013-03-12 21:06:25 -04:00
committed by Timmy Willison
parent ae3524642c
commit 79992d7523
11 changed files with 29 additions and 27 deletions

View File

@@ -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;