Switched javascript to CoffeeScript

This commit is contained in:
Gregory Ballantine
2024-06-03 12:44:13 -04:00
parent 4a4f694831
commit f473bdf9ab
4 changed files with 17 additions and 14 deletions

View File

@ -1,3 +0,0 @@
$(document).ready(function() {
console.log("ready");
});

View File

@ -0,0 +1,2 @@
$ ->
console.log('ready.')