Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 7ce5dcd

Browse files
tweaking the spacing
1 parent 00cc899 commit 7ce5dcd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/jquery.easy-validation.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
var supported = {},
4444
input = document.createElement('input');
4545

46-
//IE8 fibs. This test ensures it reports false
47-
if (typeof(input.setCustomValidity) != 'function') {
46+
// IE8+ fibs. This test ensures it reports false
47+
if ( typeof(input.setCustomValidity) != 'function' )
48+
{
4849
return FALSE;
4950
}
5051

0 commit comments

Comments
 (0)