Skip to content

Commit

Permalink
Uh, I broke something.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Sep 12, 2011
1 parent b6a48f3 commit 8153efe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin.js
Expand Up @@ -418,11 +418,11 @@ $.event.special.dragSnap = {
transition = ( tog ) ? "margin-left " + speed + "s ease" : 'none';

$el.css({
"-webkit-transition": transition,
"-moz-transition": transition,
"-ms-transition": transition,
"-o-transition": transition,
"transition": transition
"-webkit-transition" : transition,
"-moz-transition" : transition,
"-ms-transition" : transition,
"-o-transition" : transition,
"transition" : transition
});
},
roundDown = function(left) {
Expand Down

0 comments on commit 8153efe

Please sign in to comment.