Skip to content

Commit

Permalink
Change JS comment for better parsing (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
defro authored and almasaeed2010 committed Oct 26, 2017
1 parent d7f2e97 commit b98b591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/examples/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
$('input').iCheck({
checkboxClass: 'icheckbox_square-blue',
radioClass: 'iradio_square-blue',
increaseArea: '20%' // optional
increaseArea: '20%' /* optional */
});
});
</script>
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
$('input').iCheck({
checkboxClass: 'icheckbox_square-blue',
radioClass: 'iradio_square-blue',
increaseArea: '20%' // optional
increaseArea: '20%' /* optional */
});
});
</script>
Expand Down

0 comments on commit b98b591

Please sign in to comment.