UNPKG

alpha-one

Version:

ideas about recurring tasks in Web- and Backend-Application building

11 lines 300 B
TestHelpers.resizable = { drag: function( el, dx, dy ) { // this mouseover is to work around a limitation in resizable // TODO: fix resizable so handle doesn't require mouseover in order to be used $( el ).simulate("mouseover").simulate( "drag", { moves: 2, dx: dx, dy: dy }); } };