jenkins-bot has submitted this change and it was merged.
Change subject: Fix compatibility with MW 1.22: mw.loader.using does not return
promise
......................................................................
Fix compatibility with MW 1.22: mw.loader.using does not return promise
Change-Id: I4fd50365fe72997609a7c40d9e460b656b5aad1a
---
M resources/cleanchanges.uls.js
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
KartikMistry: Looks good to me, approved
jenkins-bot: Verified
diff --git a/resources/cleanchanges.uls.js b/resources/cleanchanges.uls.js
index d1c8e14..4567341 100644
--- a/resources/cleanchanges.uls.js
+++ b/resources/cleanchanges.uls.js
@@ -52,7 +52,7 @@
}
$( document ).ready( function () {
- mw.loader.using( 'ext.uls.mediawiki' ).done( function () {
+ mw.loader.using( 'ext.uls.mediawiki', function () {
useULS( $( '#sp-rc-language' ) );
} );
} );
--
To view, visit https://gerrit.wikimedia.org/r/169995
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4fd50365fe72997609a7c40d9e460b656b5aad1a
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/CleanChanges
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits