diff options
Diffstat (limited to 'resources/lib/moment/locale/my.js')
-rw-r--r-- | resources/lib/moment/locale/my.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/lib/moment/locale/my.js b/resources/lib/moment/locale/my.js index 138d1014..31f5c9ea 100644 --- a/resources/lib/moment/locale/my.js +++ b/resources/lib/moment/locale/my.js @@ -8,7 +8,7 @@ } else if (typeof exports === 'object') { module.exports = factory(require('../moment')); // Node } else { - factory(window.moment); // Browser global + factory((typeof global !== 'undefined' ? global : this).moment); // node or other global } }(function (moment) { var symbolMap = { @@ -42,6 +42,7 @@ weekdaysMin: 'နွေ_လာ_င်္ဂါ_ဟူး_ကြာ_သော_နေ'.split('_'), longDateFormat: { LT: 'HH:mm', + LTS: 'HH:mm:ss', L: 'DD/MM/YYYY', LL: 'D MMMM YYYY', LLL: 'D MMMM YYYY LT', |