mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
levle 4 cute
This commit is contained in:
parent
bde5681573
commit
a83a12b211
6 changed files with 185 additions and 45 deletions
|
@ -897,6 +897,7 @@ GitEngine.prototype.dateSortFunc = function(cA, cB) {
|
|||
var dateB = new Date(cB.get('createTime'));
|
||||
if (dateA - dateB === 0) {
|
||||
console.warn('WUT it is equal');
|
||||
console.log(cA, cB);
|
||||
}
|
||||
return dateA - dateB;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue