Skip to content

Commit ab358dc

Browse files
committed
Remove premature callback execution
1 parent 5096547 commit ab358dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/transitions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
}
6868

6969
container.parentNode.insertBefore(swap, container);
70-
complete && complete();
7170

7271
if (transition === 'fade') {
7372
container.offsetWidth; // force reflow

0 commit comments

Comments
 (0)