Skip to content

Commit

Permalink
Fixing to() function ignoring immediate argument, closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
darsain committed Apr 19, 2013
1 parent 2fa9a2d commit 38a4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sly.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
}

if (item === undefined) {
slideTo(pos[location]);
slideTo(pos[location], immediate);
} else {
// You can't align items to sides of the frame
// when centered navigation type is enabled
Expand Down

0 comments on commit 38a4f34

Please sign in to comment.