r101351 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101350‎ | r101351 | r101352 >
Date:11:33, 31 October 2011
Author:santhosh
Status:ok
Tags:
Comment:
Folloup r100677 Missed semicolon
Modified paths:
  • /trunk/extensions/WebFonts/js/webfonts.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/js/webfonts.js
@@ -29,7 +29,7 @@
3030 var config = $.webfonts.config.fonts[font];
3131
3232 //load the style sheet for the font
33 - $.webfonts.addFont(font)
 33+ $.webfonts.addFont(font);
3434
3535 //save the current font and its size. Used for reset.
3636 if ( !$.webfonts.oldconfig ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100677Refactor the setup code with seperate mathods for loading fonts for lang attr...santhosh06:23, 25 October 2011

Status & tagging log