Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge 1dcb7d5 into f4839f7
  • Loading branch information
DaveStein committed Dec 14, 2013
2 parents f4839f7 + 1dcb7d5 commit 36243d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/draggable/draggable_options.js
Expand Up @@ -678,7 +678,8 @@ test( "helper, default, switching after initialization", function() {
},
positions = [ "absolute", "fixed", "relative", "static" ],
helpers = [ "original", "clone" ],
scrollPositions = [ "relative", "static", "absolute", "fixed" ];
// static is not an option here since the fixture is in an absolute container
scrollPositions = [ "relative", "absolute", "fixed" ];

for ( m = 0 ; m < helpers.length; m++ ) {
for ( l = 0; l < positions.length; l++ ) {
Expand Down

0 comments on commit 36243d0

Please sign in to comment.