X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Flib%2Fmoment%2Flocale%2Fhe.js;h=05b0209909684d62b93e5a8a27093a132fdd9c16;hp=9f9f470513efb287ddbf80f976484cf1c320ca52;hb=7874fc4bec845ad92960b07e969c65f3c3fe74f2;hpb=8fe5a94aa059bf93ba1b00fde84ae6b1edf831fd diff --git a/resources/lib/moment/locale/he.js b/resources/lib/moment/locale/he.js index 9f9f470513..05b0209909 100644 --- a/resources/lib/moment/locale/he.js +++ b/resources/lib/moment/locale/he.js @@ -5,13 +5,15 @@ // author : Tal Ater : https://github.com/TalAter (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) { return moment.defineLocale('he', { months : 'ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר'.split('_'),