diff --git a/js/script.js b/js/script.js index 87611ed..d6c6b48 100644 --- a/js/script.js +++ b/js/script.js @@ -1,3 +1,4 @@ +// A javascript-enhanced crossword puzzle [c] Jesse Weisbeck, MIT/GPL (function($) { $(function() { // provide crossword entries in an array of objects like the following example @@ -154,4 +155,4 @@ }) -})(jQuery) \ No newline at end of file +})(jQuery)