test/dummy/vendor/assets/components/moment/locale/id.js in date_picker-0.0.8 vs test/dummy/vendor/assets/components/moment/locale/id.js in date_picker-0.0.9
- old
+ new
@@ -1,12 +1,13 @@
//! moment.js locale configuration
-//! locale : Bahasa Indonesia (id)
+//! locale : Indonesian [id]
//! author : Mohammad Satrio Utomo : https://github.com/tyok
//! reference: http://id.wikisource.org/wiki/Pedoman_Umum_Ejaan_Bahasa_Indonesia_yang_Disempurnakan
-(function (global, factory) {
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) :
- typeof define === 'function' && define.amd ? define(['moment'], factory) :
+;(function (global, factory) {
+ typeof exports === 'object' && typeof module !== 'undefined'
+ && typeof require === 'function' ? factory(require('../moment')) :
+ typeof define === 'function' && define.amd ? define(['../moment'], factory) :
factory(global.moment)
}(this, function (moment) { 'use strict';
var id = moment.defineLocale('id', {
\ No newline at end of file