Skip to content

Commit ba5e5f4

Browse files
authored
Update script.js
1 parent d76eaa6 commit ba5e5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08week/tic-tac-toe/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
22

3-
$(document).on('ready', function() {
3+
$(document).ready(function() {
44
// Put app logic in here
55
});

0 commit comments

Comments
 (0)