Merge "ResourceLoaderLanguageDataModule: Clean up useless methods and fragile state"
[lhc/web/wiklou.git] / resources / src / jquery / jquery.mwExtension.js
index 03c1c85..cdcb8fb 100644 (file)
@@ -3,7 +3,7 @@
  */
 ( function ( $ ) {
 
-       $.extend({
+       $.extend( {
                trimLeft: function ( str ) {
                        return str === null ? '' : str.toString().replace( /^\s+/, '' );
                },
                        }
                        return true;
                }
-       });
+       } );
 
 }( jQuery ) );