Skip to content

Commit

Permalink
Added license to script
Browse files Browse the repository at this point in the history
  • Loading branch information
jweisbeck committed Oct 9, 2013
1 parent 803e201 commit 04b2e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
Expand Down Expand Up @@ -154,4 +155,4 @@

})

})(jQuery)
})(jQuery)

0 comments on commit 04b2e81

Please sign in to comment.