Skip to content

Commit

Permalink
Remove unnecessary comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Dec 3, 2019
1 parent 48c228c commit 458b348
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/_benderjs/ckeditor/static/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@
} );

rejectTimeout = CKEDITOR.tools.setTimeout( function() {
// Generally resolveTimeout should always be undefined. However, there is slight chance, that showing dialog will be executed slower.
// So the resolveTimeout will be created with much delay. If that delay will be almost exact 5 seconds, then rejectTimeout will be first in the event loop.
if ( resolveTimeout !== undefined ) {
window.clearTimeout( resolveTimeout );
}
Expand Down

0 comments on commit 458b348

Please sign in to comment.