diff --git a/index.html b/index.html
index 876db9e..4f24109 100644
--- a/index.html
+++ b/index.html
@@ -150,6 +150,7 @@
Drawn Cards
});
/*
+ //jQuery
// if we weren't using jquery to handle the document ready state, we would do this:
if (window.addEventListener) {
window.addEventListener("load",initPlayingCards,false);