Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-02 05:28:38 +04:00
parent 49f896a834
commit aff4da6f64
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $(document).ready(function(){
fieldSize(300, 200) 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... // XXX check how this interacts with guestures...
$('.field').draggable() $('.field').draggable()

View File

@ -47,6 +47,7 @@ function setup(){
// setup the dragging framework... // setup the dragging framework...
// XXX make this work seamlessly with touchSwipe... // XXX make this work seamlessly with touchSwipe...
// XXX cancel clicks while dragging...
$('.field').draggable() $('.field').draggable()
// set the default position and init... // set the default position and init...