Index: branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.EmbedPlayer.js |
— | — | @@ -633,7 +633,7 @@ |
634 | 634 | // Be sure to remove any player loader spinners |
635 | 635 | $j('.playerLoadingSpinner').remove(); |
636 | 636 | |
637 | | - mw.log( "EmbedPlayer::All on-page players ready run playerMannager callbacks" ); |
| 637 | + mw.log( "EmbedPlayer::All on-page players ready run playerManager callbacks" ); |
638 | 638 | // Run queued functions |
639 | 639 | if( _this.callbackFunctions ) { |
640 | 640 | while ( _this.callbackFunctions.length ) { |