Land some additional tweaks related to running through JSLint.
This commit is contained in:
parent
fc08d0ea8d
commit
a4043cdcbf
5 changed files with 10 additions and 11 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue