Index: trunk/extensions/MobileFrontend/javascripts/beta_application.js |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | } |
100 | 100 | } |
101 | 101 | |
102 | | - utilities = typeof(jQuery) !== "undefined" ? jQuery : function( el ) { |
| 102 | + utilities = typeof jQuery !== 'undefined' ? jQuery : function( el ) { |
103 | 103 | if( typeof(el) === 'string' ) { |
104 | 104 | if( document.querySelectorAll ) { |
105 | 105 | return document.querySelectorAll( el ); |
Index: trunk/extensions/MobileFrontend/javascripts/application.js |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | } |
96 | 96 | } |
97 | 97 | |
98 | | - utilities = typeof(jQuery) !== "undefined" ? jQuery : function( el ) { |
| 98 | + utilities = typeof jQuery !== 'undefined' ? jQuery : function( el ) { |
99 | 99 | if( typeof(el) === 'string' ) { |
100 | 100 | if( document.querySelectorAll ) { |
101 | 101 | return document.querySelectorAll( el ); |