Skip to content

Commit

Permalink
unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan committed May 13, 2012
1 parent d86da1b commit 8776f28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/guts/ui/board.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ define([
var styles = stylize(newValue);

if (animate) {
block.div.animate(styles, 'slow', function() {
callback();
});
block.div.animate(styles, 'slow', callback);
} else {
block.div.css(styles);
callback();
Expand Down

0 comments on commit 8776f28

Please sign in to comment.