Closed GoogleCodeExporter closed 9 years ago
the test is ok because it defaults to dragging=true. what isn't cool is if
jQueryUI
has not been included on the page, as you pointed out. i changed this line:
if (draggable) {
to be:
if (draggable && self.source.draggable) {
and now no error is thrown.
this is in 1.0.3-RC1. when we find a resolution for issue 4 we can release
version
1.0.3.
Original comment by simon.po...@gmail.com
on 21 Apr 2010 at 3:51
Original comment by simon.po...@gmail.com
on 9 Oct 2010 at 11:44
Original issue reported on code.google.com by
aazaharo...@gmail.com
on 15 Apr 2010 at 11:17