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

--- Comment #6 from Helder <[email protected]> ---
Have you added the module "moment" as a dependency to your script/gadget? That
seems to be the ResourceLoader module associated to the files where this
function is defined:
https://gerrit.wikimedia.org/r/#/c/95555/3/resources/Resources.php,unified
https://gerrit.wikimedia.org/r/#/c/95555/3/resources/moment/moment.js,unified

If it is a user script, you can use something like
mw.loader.using( 'moment', function(){
    // ...
    moment.format('YYYY-M-D')
    // ...
} )
as documented on
https://www.mediawiki.org/w/index.php?title=ResourceLoader/Default_modules#mw.loader.using

-- 
You are receiving this mail because:
You are the assignee for the bug.
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