https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112674

Revision: 112674
Author:   jdlrobson
Date:     2012-02-29 09:36:43 +0000 (Wed, 29 Feb 2012)
Log Message:
-----------
follow up to r112529 c31595

Modified Paths:
--------------
    trunk/extensions/MobileFrontend/javascripts/application.js
    trunk/extensions/MobileFrontend/javascripts/beta_application.js

Modified: trunk/extensions/MobileFrontend/javascripts/application.js
===================================================================
--- trunk/extensions/MobileFrontend/javascripts/application.js  2012-02-29 
09:34:57 UTC (rev 112673)
+++ trunk/extensions/MobileFrontend/javascripts/application.js  2012-02-29 
09:36:43 UTC (rev 112674)
@@ -94,7 +94,7 @@
                }
        }
 
-       utilities = typeof(jQuery) !== "undefined" ? jQuery : function( el ) {
+       utilities = typeof jQuery  !== 'undefined' ? jQuery : function( el ) {
                if( typeof(el) === 'string' ) {
                        if( document.querySelectorAll ) {
                                return document.querySelectorAll( el );

Modified: trunk/extensions/MobileFrontend/javascripts/beta_application.js
===================================================================
--- trunk/extensions/MobileFrontend/javascripts/beta_application.js     
2012-02-29 09:34:57 UTC (rev 112673)
+++ trunk/extensions/MobileFrontend/javascripts/beta_application.js     
2012-02-29 09:36:43 UTC (rev 112674)
@@ -98,7 +98,7 @@
                }
        }
 
-       utilities = typeof(jQuery) !== "undefined" ? jQuery : function( el ) {
+       utilities = typeof jQuery !== 'undefined' ? jQuery : function( el ) {
                if( typeof(el) === 'string' ) {
                        if( document.querySelectorAll ) {
                                return document.querySelectorAll( el );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to