4 lines
73 B
CoffeeScript
4 lines
73 B
CoffeeScript
$ ->
|
|
# let us know when javascript is running.
|
|
console.log('Ready.')
|