X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Flib%2Fmoment%2Flocale%2Fis.js;h=6422b47baf9b32d9f42652bc6d978ac27d0713bf;hp=21888aa2c22ee7e2a836d32292208c432fa9cc77;hb=7874fc4bec845ad92960b07e969c65f3c3fe74f2;hpb=8c087b9fd13d9302ec1be2176ef1ae344b3f8273 diff --git a/resources/lib/moment/locale/is.js b/resources/lib/moment/locale/is.js index 21888aa2c2..6422b47baf 100644 --- a/resources/lib/moment/locale/is.js +++ b/resources/lib/moment/locale/is.js @@ -3,13 +3,15 @@ // author : Hinrik Örn Sigurðsson : https://github.com/hinrik (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(n) { if (n % 100 === 11) {