jenkins-bot has submitted this change and it was merged.

Change subject: Naming convention fix.
......................................................................


Naming convention fix.

Change-Id: If1661a9c35fafb048b2a30b9fefbace7668e98d7
---
M resources/js/ext.uls.displaysettings.js
M resources/js/ext.uls.inputsettings.js
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Amire80: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/resources/js/ext.uls.displaysettings.js 
b/resources/js/ext.uls.displaysettings.js
index 11a8772..9b2a28b 100644
--- a/resources/js/ext.uls.displaysettings.js
+++ b/resources/js/ext.uls.displaysettings.js
@@ -104,7 +104,7 @@
 
        DisplaySettings.prototype = {
 
-               Constructor: DisplaySettings,
+               constructor: DisplaySettings,
 
                /**
                 * Render the module into a given target
diff --git a/resources/js/ext.uls.inputsettings.js 
b/resources/js/ext.uls.inputsettings.js
index d3d2b2e..5a1a90e 100644
--- a/resources/js/ext.uls.inputsettings.js
+++ b/resources/js/ext.uls.inputsettings.js
@@ -80,7 +80,7 @@
 
        InputSettings.prototype = {
 
-               Constructor: InputSettings,
+               constructor: InputSettings,
 
                /**
                 * Render the module into a given target

-- 
To view, visit https://gerrit.wikimedia.org/r/74582
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If1661a9c35fafb048b2a30b9fefbace7668e98d7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to