Browse Source

Remove premature callback execution

pull/684/head
Nate Delage 10 years ago
parent
commit
b36d858002
  1. 1
      js/transitions.js

1
js/transitions.js

@ -67,7 +67,6 @@
} }
container.parentNode.insertBefore(swap, container); container.parentNode.insertBefore(swap, container);
complete && complete();
if (transition === 'fade') { if (transition === 'fade') {
container.offsetWidth; // force reflow container.offsetWidth; // force reflow

Loading…
Cancel
Save