mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Update
This commit is contained in:
parent
c940cd61ac
commit
59a20745e7
2101 changed files with 1312074 additions and 30292 deletions
12
node_modules/moment-timezone/moment-timezone-utils.js
generated
vendored
12
node_modules/moment-timezone/moment-timezone-utils.js
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
//! moment-timezone-utils.js
|
||||
//! version : 0.5.43
|
||||
//! version : 0.5.45
|
||||
//! Copyright (c) JS Foundation and other contributors
|
||||
//! license : MIT
|
||||
//! github.com/moment/moment-timezone
|
||||
|
@ -8,9 +8,9 @@
|
|||
"use strict";
|
||||
|
||||
/*global define*/
|
||||
if (typeof module === 'object' && module.exports) {
|
||||
module.exports = factory(require('./')); // Node
|
||||
} else if (typeof define === 'function' && define.amd) {
|
||||
if (typeof module === 'object' && module.exports) {
|
||||
module.exports = factory(require('./')); // Node
|
||||
} else if (typeof define === 'function' && define.amd) {
|
||||
define(['moment'], factory); // AMD
|
||||
} else {
|
||||
factory(root.moment); // Browser
|
||||
|
@ -201,8 +201,8 @@
|
|||
if (a.population > b.population) {
|
||||
group.unshift(a);
|
||||
} else if (a.population === b.population && groupLeaders && groupLeaders[a.name]) {
|
||||
group.unshift(a);
|
||||
} else {
|
||||
group.unshift(a);
|
||||
} else {
|
||||
group.push(a);
|
||||
}
|
||||
foundGroup = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue