Convert MathJax enabler script to tabs

Per our coding conventions:
https://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript

Change-Id: I679246089ec485678088ff08f3a46d8b74a262c5
This commit is contained in:
Derk-Jan Hartman 2014-04-07 10:59:24 +02:00
parent c5b0b15d8f
commit 28efa34ffd
1 changed files with 213 additions and 211 deletions

View File

@ -3,6 +3,8 @@
*/
/*global mathJax:true, MathJax:true */
( function ( mw, $ ) {
'use strict';
if ( typeof mathJax === 'undefined' ) {
mathJax = {};
}