diff --git a/ui/experiment-ribbon-navigation-n-zoom-drag.html b/ui/experiment-ribbon-navigation-n-zoom-drag.html index f87f789e..3a0bdcd8 100755 --- a/ui/experiment-ribbon-navigation-n-zoom-drag.html +++ b/ui/experiment-ribbon-navigation-n-zoom-drag.html @@ -26,7 +26,7 @@ $(document).ready(function(){ fieldSize(300, 200) - // XXX this is working but need to cancep clicks when this is going... + // XXX this is working but need to cancel clicks when this is going... // XXX check how this interacts with guestures... $('.field').draggable() diff --git a/ui/gallery.html b/ui/gallery.html index 00ac0c34..ee4f600f 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -47,6 +47,7 @@ function setup(){ // setup the dragging framework... // XXX make this work seamlessly with touchSwipe... + // XXX cancel clicks while dragging... $('.field').draggable() // set the default position and init...