Moved win condition string into data.js file as var

This commit is contained in:
Jeff Hobbs
2012-06-25 08:54:26 -04:00
parent 760251391c
commit 9996c94034
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ var headerText = "Bingo";
var footerText = "<a href='https://github.com/jeffehobbs/HTML5-bingo/' target='_blank'>Code available on github</a>";
var winText = "Winner";
var JSONBingo = {"squares": [
{"square": "<span class='large'>one</span>"},
{"square": "<span class='large'>two</span>"},