diff --git a/js/asyncLoader.js b/js/asyncLoader.js index 3827e73..2298498 100644 --- a/js/asyncLoader.js +++ b/js/asyncLoader.js @@ -40,7 +40,6 @@ class AsyncLoader { proceedIfReady() { if ( this.pendingLocks.length === 0 ) { assert && assert( !this.loadComplete, 'cannot complete load twice' ); - assert && assert( this.listeners.length > 0, 'async requires at least one listener' ); this.loadComplete = true; this.listeners.forEach( listener => listener() );