File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ module Mankala {
1111 export var NoMove = - 1 ;
1212
1313 const bodyId = "body" ;
14- const humanScoreId = "humscore " ;
15- const computerScoreId = "compscore "
14+ const humanScoreId = "humanScore " ;
15+ const computerScoreId = "computerScore "
1616
1717 export interface IPositionList extends Base . IList {
1818 data : Position ;
Original file line number Diff line number Diff line change 99 < link rel ="stylesheet " type ="text/css " href ="play.css "/>
1010</ head >
1111< body id ="body " onload ="Mankala.testBrowser() ">
12- < div class ="hscore "> Human: < span id ="humscore "> 0</ span > </ div >
13- < div class ="cscore "> Computer: < span id ="compscore "> 0</ span > </ div >
12+ < div class ="hscore "> Human: < span id ="humanScore "> 0</ span > </ div >
13+ < div class ="cscore "> Computer: < span id ="computerScore "> 0</ span > </ div >
1414</ body >
1515</ html >
You can’t perform that action at this time.
0 commit comments