From 2656eaf14efe5b690e950773d83a4ac670fe284c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 19 Jul 2012 00:24:17 +0400 Subject: [PATCH] minor simplification... Signed-off-by: Alex A. Naanou --- ui/experiment-ribbon-navigation-mechanics-n-structure.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/experiment-ribbon-navigation-mechanics-n-structure.html b/ui/experiment-ribbon-navigation-mechanics-n-structure.html index 5187a9c9..4c0ec54c 100755 --- a/ui/experiment-ribbon-navigation-mechanics-n-structure.html +++ b/ui/experiment-ribbon-navigation-mechanics-n-structure.html @@ -31,7 +31,6 @@ function squareClick(){ // position the container and ribbons... centerSquare() - alignRibbons() } function centerSquare(){ @@ -94,11 +93,6 @@ function alignRibbon(square, position){ return false } -function alignRibbons(){ - // XXX this is not present here as there is no notion of square - // order in this experiment... -} -