Hallo2
This commit is contained in:
parent
04382347c8
commit
ea25019db2
@ -29,7 +29,7 @@ util.inherits(Board, EventEmitter);
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
Board.prototype.init = function() {
|
Board.prototype.init = function() {
|
||||||
for (var i = 0; i < 9; i++) {
|
for (var i = 0; i <= 9; i++) {
|
||||||
this.cups.push({});
|
this.cups.push({});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html(lang='en' onkeypress='shoot(event)')
|
html(lang='en')
|
||||||
head
|
head
|
||||||
meta(charset='UTF-8')
|
meta(charset='UTF-8')
|
||||||
meta( http-equiv='X-UA-Compatible', content='IE=edge' )
|
meta( http-equiv='X-UA-Compatible', content='IE=edge' )
|
||||||
@ -13,4 +13,3 @@ body
|
|||||||
block content
|
block content
|
||||||
script(src='/js/Board.js')
|
script(src='/js/Board.js')
|
||||||
script(src='/js/app.js')
|
script(src='/js/app.js')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user