7 lines
77 B
CoffeeScript
7 lines
77 B
CoffeeScript
#= require jquery/jquery
|
|
|
|
(($) ->
|
|
$(window).on('load', () ->
|
|
|
|
)
|
|
)(jQuery) |