aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
diff options
context:
space:
mode:
authorMichał Z. Gołębiowski <michal.golebiowski@laboratorium.ee>2013-03-12 21:06:25 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-03-12 21:06:25 -0400
commit79992d752393d80822a4f8be2b7bec3ecdd60f6a (patch)
tree2c97c4bda379e70501b15f106f5efa241c220fe3 /src/event.js
parentae3524642c54ec4df09733de03c169f4fd43ac34 (diff)
downloadjquery-79992d752393d80822a4f8be2b7bec3ecdd60f6a.tar.gz
jquery-79992d752393d80822a4f8be2b7bec3ecdd60f6a.zip
Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.
Diffstat (limited to 'src/event.js')
-rw-r--r--src/event.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.js b/src/event.js
index c9de8e617..d784e1c66 100644
--- a/src/event.js
+++ b/src/event.js
@@ -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;