Review readme.md for commit log at this stage.

This commit is contained in:
Jay Wood
2014-11-09 13:18:03 -05:00
parent 1fd0624928
commit dff22f705e
8 changed files with 193 additions and 169 deletions

View File

@ -17,7 +17,7 @@ window.cwv3 = ( function( window, document, $ ){
return app;
})( window, document, jQuery );
/*
jQuery(document).ready(function($) {
var enter = $('#cw_enter_link');
var exit = $('#cw_exit_link');
@ -65,4 +65,4 @@ jQuery(document).ready(function($) {
}
});
});*/