minor simplification...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-07-19 00:24:17 +04:00
parent e9274d4fe0
commit 2656eaf14e

View File

@ -31,7 +31,6 @@ function squareClick(){
// position the container and ribbons... // position the container and ribbons...
centerSquare() centerSquare()
alignRibbons()
} }
function centerSquare(){ function centerSquare(){
@ -94,11 +93,6 @@ function alignRibbon(square, position){
return false return false
} }
function alignRibbons(){
// XXX this is not present here as there is no notion of square
// order in this experiment...
}
</script> </script>