Update HTML5-Space-Invaders.html

This commit is contained in:
arcadeJHS 2012-03-28 21:01:01 +03:00
parent 0d3c4cd772
commit 1c37684362
1 changed files with 1 additions and 1 deletions

View File

@ -1373,7 +1373,7 @@
// copyright
txtArea = new textHelper.textArea({ cls: "field",
childs: [ textHelper.writeText({id: "instructionsLink", cls: "text clickText smallText", text: "instructions", onclick: screens.instructions}),
textHelper.writeText({id: "copyright", cls: "text smallText", innerhtml: "[ <a href='http://www.matteopiazza.org/blog'>JH5 binary arts</a> ]"}) ],
textHelper.writeText({id: "copyright", cls: "text smallText", innerhtml: "[ <a href='http://www.matteopiazza.org/blog/post/2012/03/28/Space-Invaders-HTML5-porting.aspx'>JH5 binary arts</a> ]"}) ],
appendTo: container,
width: 400,
position: "centerBottom" });