mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor simplification...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e9274d4fe0
commit
2656eaf14e
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user