Skip to content

Commit 416ba4f

Browse files
authored
Update example.html
1 parent a4f7cdc commit 416ba4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<script>
11-
$(function(){
11+
$(document).ready({
1212
alert("This function is declared first!")
1313
})
1414
</script>

0 commit comments

Comments
 (0)