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

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/tests/unit/sortable/sortable_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, 3 months ago) by torben
File MIME type: application/javascript
File size: 211 byte(s)
initial import
1 TestHelpers.sortable = {
2 sort: function( handle, dx, dy, index, msg ) {
3 $( handle ).simulate( "drag", {
4 dx: dx,
5 dy: dy
6 });
7 equal( $( handle ).parent().children().index( handle ), index, msg );
8 }
9 };

  ViewVC Help
Powered by ViewVC 1.1.20