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

Change subject: Fix a typo in ext.centralNotice.kvStore declaration
......................................................................


Fix a typo in ext.centralNotice.kvStore declaration

Change-Id: I33d06b9b0c6bf3ad3d5fba6d2963198b643a1b01
---
M resources/subscribing/ext.centralNotice.kvStore.js
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/resources/subscribing/ext.centralNotice.kvStore.js 
b/resources/subscribing/ext.centralNotice.kvStore.js
index 836dfa3..619ee86 100644
--- a/resources/subscribing/ext.centralNotice.kvStore.js
+++ b/resources/subscribing/ext.centralNotice.kvStore.js
@@ -116,7 +116,7 @@
        }
 
        // It's impossible to know whether mw.centralNotice has been initialized
-       mw.centralNotice = ( mw.CentralNotice || {} );
+       mw.centralNotice = ( mw.centralNotice || {} );
 
        /**
         * kvStore object. Mostly, don't use this! In most cases, access via

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I33d06b9b0c6bf3ad3d5fba6d2963198b643a1b01
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralNotice
Gerrit-Branch: campaign_mixins
Gerrit-Owner: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Cdentinger <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to