Explorar el Código

Fixed typo with externalFinishedCallback

Dominic Szablewski hace 12 años
padre
commit
fa5b754471
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jsmpg.js

+ 1 - 1
jsmpg.js Ver fichero

@@ -389,7 +389,7 @@ jsmpeg.prototype.nextFrame = function() {
389 389
 		else if( code == BitReader.NOT_FOUND ) {
390 390
 			this.stop(); // Jump back to the beginning
391 391
 
392
-			if( this.this.externalFinishedCallback ) {
392
+			if( this.externalFinishedCallback ) {
393 393
 				this.externalFinishedCallback(this);
394 394
 			}
395 395