Apply coding conventions for JavaScript

Change-Id: Id158ac08d32cc7421e47ae6abdd2bd80879f04d9
This commit is contained in:
Fomafix
2015-02-07 19:34:21 +00:00
committed by [[mw:User:Fomafix]]
parent 24d48b5870
commit 0833c990e7
3 changed files with 5 additions and 5 deletions

View File

@@ -533,7 +533,7 @@
mw.webfonts.setup();
// Allow the webfonts library to finish loading
setTimeout( function() {
setTimeout( function () {
displaySettings.$webfonts = $( 'body' ).data( 'webfonts' );
mw.webfonts.preferences.enable();