/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/resizable/resizable_test_helpers.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/resizable/resizable_test_helpers.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: application/javascript
File size: 300 byte(s)
initial import
1 TestHelpers.resizable = {
2 drag: function( el, dx, dy ) {
3 // this mouseover is to work around a limitation in resizable
4 // TODO: fix resizable so handle doesn't require mouseover in order to be used
5 $( el ).simulate("mouseover").simulate( "drag", {
6 moves: 2,
7 dx: dx,
8 dy: dy
9 });
10 }
11 };

  ViewVC Help
Powered by ViewVC 1.1.20