Skip to content

Commit

Permalink
backport ghost fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Visnu Pitiyanuvath committed Jul 2, 2012
1 parent c636166 commit fd6770e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/javascripts/watchmaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ var nko = {};

this.div
.stop()
.fadeToggle(function() {
.fadeOut(null, null, function() {
self.goTo(pos, 0);
self.div.fadeToggle();
self.div.fadeIn();
});
};

Expand Down

0 comments on commit fd6770e

Please sign in to comment.