Index: trunk/extensions/WebFonts/resources/ext.webfonts.js |
— | — | @@ -279,6 +279,10 @@ |
280 | 280 | mw.webfonts.set( $(this).val() ); |
281 | 281 | } ); |
282 | 282 | for ( var scheme in config ) { |
| 283 | + if ( !Object.prototype.hasOwnProperty.call( config, scheme ) ) { |
| 284 | + continue; |
| 285 | + } |
| 286 | + |
283 | 287 | var $fontLink = $( '<input type="radio" name="font" />' ) |
284 | 288 | .attr( 'id', fontID( config[scheme] ) ) |
285 | 289 | .val( config[scheme] ); |