build: Updating npm dependencies
* eslint-config-wikimedia: 0.28.0 → 0.28.2
The following rules are failing and were disabled:
* resources/js:
* es-x/no-object-assign
* grunt-stylelint: 0.20.0 → 0.20.1
* stylelint-config-wikimedia: 0.17.1 → 0.17.2
Change-Id: I93fa42275d02c006a0dcb2be6fc152c5a0daaa15
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
function LanguageSettings( element, options ) {
|
||||
this.$element = $( element );
|
||||
this.options = $.extend( {}, $.fn.languagesettings.defaults, options );
|
||||
this.options = Object.assign( {}, $.fn.languagesettings.defaults, options );
|
||||
this.$window = $( this.options.template );
|
||||
this.shown = false;
|
||||
this.initialized = false;
|
||||
|
||||
Reference in New Issue
Block a user