Land some additional tweaks related to running through JSLint.

This commit is contained in:
jeresig 2010-03-01 18:19:29 -05:00
parent fc08d0ea8d
commit a4043cdcbf
5 changed files with 10 additions and 11 deletions

View file

@ -187,7 +187,7 @@ jQuery.event = {
type = namespaces.shift();
namespace = new RegExp("(^|\\.)" +
jQuery.map( namespaces.slice(0).sort(), fcleanup ).join("\\.(?:.*\\.)?") + "(\\.|$)")
jQuery.map( namespaces.slice(0).sort(), fcleanup ).join("\\.(?:.*\\.)?") + "(\\.|$)");
}
eventType = events[ type ];