Skip to content

Commit 4feba20

Browse files
committed
edits
1 parent edc4e11 commit 4feba20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.validator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@
337337
}
338338

339339
function issetEvent(events, name, namespace) {
340-
return (
340+
return !!(
341341
events && events[name]
342-
&& !!$.map(events[name], function(e){
342+
&& $.map(events[name], function(e){
343343
return ~e.namespace.indexOf(namespace) ? 1 : null;
344344
}).length )
345345
}

0 commit comments

Comments
 (0)