Index: trunk/phase3/resources/mediawiki/mediawiki.js |
— | — | @@ -841,7 +841,7 @@ |
842 | 842 | } |
843 | 843 | return html; |
844 | 844 | } |
845 | | - // Load asynchronously after doumument ready |
| 845 | + // Load asynchronously after documument ready |
846 | 846 | if ( ready ) { |
847 | 847 | setTimeout( function() { $( 'body' ).append( request() ); }, 0 ) |
848 | 848 | } else { |