We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76eaa6 commit ba5e5f4Copy full SHA for ba5e5f4
08week/tic-tac-toe/script.js
@@ -1,5 +1,5 @@
1
'use strict';
2
3
-$(document).on('ready', function() {
+$(document).ready(function() {
4
// Put app logic in here
5
});
0 commit comments