X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Fmoment%2Flocale%2Fbe.js;h=67ae89944e05a798a8d7bf917714c380eb3a2093;hb=314058b0d0b8aad36b82ff0b7df2c52c89a475d1;hp=68a6f37cb790f6d781a58596eabe75b3ec16bf0d;hpb=f3f1498f8084993bdd9a0311b82a8df3fa3e0e98;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/moment/locale/be.js b/resources/lib/moment/locale/be.js index 68a6f37cb7..67ae89944e 100644 --- a/resources/lib/moment/locale/be.js +++ b/resources/lib/moment/locale/be.js @@ -5,13 +5,15 @@ // Author : Menelion Elensúle : https://github.com/Oire (function (factory) { - if (typeof define === 'function' && define.amd) { + // Comment out broken wrapper, see T145382 + /*if (typeof define === 'function' && define.amd) { define(['moment'], factory); // AMD } else if (typeof exports === 'object') { module.exports = factory(require('../moment')); // Node } else { factory((typeof global !== 'undefined' ? global : this).moment); // node or other global - } + }*/ + factory(this.moment); }(function (moment) { function plural(word, num) { var forms = word.split('_');