r112333 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112332‎ | r112333 | r112334 >
Date:17:39, 24 February 2012
Author:amire80
Status:ok
Tags:i18deploy 
Comment:
Made browser checking actually work.
Modified paths:
  • /trunk/extensions/WebFonts/resources/ext.webfonts.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/resources/ext.webfonts.js
@@ -194,7 +194,7 @@
195195 */
196196 setup: function() {
197197 // Some browsers are known to have issues with font rendering
198 - if ( !mw.webfonts.isBrowserSupported ) {
 198+ if ( !mw.webfonts.isBrowserSupported() ) {
199199 return false;
200200 }
201201

Status & tagging log