https://bugzilla.wikimedia.org/show_bug.cgi?id=33578

Roan Kattouw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Roan Kattouw <[email protected]> 2012-01-07 14:07:22 
UTC ---
The importScript issue should be fixed in r108222.

User scripts can't use mw.util unless they explicitly declare that they need
it:

mw.loader.using( 'mediawiki.util', function() {
    // This code will be executed (asynchronously!) once mw.util is loaded
} );

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to