Skip to content

Commit

Permalink
Added require.js module for the sudoku code, Sudoku.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrenenichols committed Jun 23, 2013
1 parent 4eb6e83 commit 7c1786a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sudoku/js/sudoku/Sudoku.js
@@ -0,0 +1,10 @@
// Sudoku.js
//
// 2013Jun23
// Paul Rene Nichols
//
// This is the require.js module for my Sudoku engine

define(['jquery-1.9.1-min'], function($) {

})

0 comments on commit 7c1786a

Please sign in to comment.