From b36d8580025407fa87a720965b9a1f2ea0895bb5 Mon Sep 17 00:00:00 2001 From: Nate Delage Date: Sun, 12 Oct 2014 21:41:29 -0500 Subject: [PATCH] Remove premature callback execution --- js/transitions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/transitions.js b/js/transitions.js index 9d70029..ab08e92 100644 --- a/js/transitions.js +++ b/js/transitions.js @@ -67,7 +67,6 @@ } container.parentNode.insertBefore(swap, container); - complete && complete(); if (transition === 'fade') { container.offsetWidth; // force reflow