Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/169995

Change subject: Fig compatibility with MW 1.22: mw.loader.using does not return 
promise
......................................................................

Fig 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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CleanChanges 
refs/changes/95/169995/1

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: newchange
Gerrit-Change-Id: I4fd50365fe72997609a7c40d9e460b656b5aad1a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CleanChanges
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

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

Reply via email to