Skip to content

Commit

Permalink
Fixed issue kombai#33 fire onComplete with appendBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
kombai committed Jan 22, 2014
1 parent ed0a0f9 commit 800d8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions freewall.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@
engine[setting.engine](activeBlock, setting);

layoutManager.setWallSize(runtime, container);

runtime.length = allBlock.length;

allBlock.each(function(index, item) {
setting.draggable && setDragable(item);
Expand Down

0 comments on commit 800d8eb

Please sign in to comment.