Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
receiver: add a not on why the timeout, not the transitionend
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed May 16, 2015
1 parent 53b737c commit 93debbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/receiver/iframe-queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define('iframe-queue', (function(window, $, undefined) {
.removeClass('show');
window.setTimeout(function() {
self.el.remove();
}, 1001);
}, 1001); // This is more reliable than relying on transitionend
} else {
this.el.remove();
}
Expand Down

0 comments on commit 93debbd

Please sign in to comment.