Skip to content

Commit

Permalink
Build 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Oct 24, 2016
1 parent 764faae commit dc1e659
Show file tree
Hide file tree
Showing 8 changed files with 311 additions and 205 deletions.
2 changes: 1 addition & 1 deletion locale/jv.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@

return jv;

}));
}));
2 changes: 1 addition & 1 deletion locale/lt.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
months : {
format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split('_'),
standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split('_'),
isFormat: /D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?|MMMM?(\[[^\[\]]*\]|\s+)+D[oD]?/
isFormat: /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/
},
monthsShort : 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),
weekdays : {
Expand Down
4 changes: 2 additions & 2 deletions min/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -4604,7 +4604,7 @@
months : {
format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split('_'),
standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split('_'),
isFormat: /D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?|MMMM?(\[[^\[\]]*\]|\s+)+D[oD]?/
isFormat: /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/
},
monthsShort : 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),
weekdays : {
Expand Down Expand Up @@ -8376,4 +8376,4 @@

moment.locale('en');

}));
}));
108 changes: 54 additions & 54 deletions min/locales.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions min/moment-with-locales.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment.js
//! version : 2.15.1
//! version : 2.15.2
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Expand Down Expand Up @@ -830,7 +830,7 @@

// LOCALES

var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/;
var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/;
var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_');
function localeMonths (m, format) {
if (!m) {
Expand Down Expand Up @@ -4197,7 +4197,7 @@
;


utils_hooks__hooks.version = '2.15.1';
utils_hooks__hooks.version = '2.15.2';

setHookCallback(local__createLocal);

Expand Down Expand Up @@ -8628,7 +8628,7 @@
months : {
format: 'sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio'.split('_'),
standalone: 'sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis'.split('_'),
isFormat: /D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?|MMMM?(\[[^\[\]]*\]|\s+)+D[oD]?/
isFormat: /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/
},
monthsShort : 'sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd'.split('_'),
weekdays : {
Expand Down
241 changes: 147 additions & 94 deletions min/moment-with-locales.min.js

Large diffs are not rendered by default.

145 changes: 99 additions & 46 deletions min/moment.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions moment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment.js
//! version : 2.15.1
//! version : 2.15.2
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Expand Down Expand Up @@ -830,7 +830,7 @@

// LOCALES

var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/;
var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/;
var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_');
function localeMonths (m, format) {
if (!m) {
Expand Down Expand Up @@ -4195,7 +4195,7 @@
// Side effect imports


utils_hooks__hooks.version = '2.15.1';
utils_hooks__hooks.version = '2.15.2';

setHookCallback(local__createLocal);

Expand Down

0 comments on commit dc1e659

Please sign in to comment.