mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 23:18:35 +02:00
treeCompare mod
This commit is contained in:
parent
0112b3f839
commit
119c4aea16
7 changed files with 7 additions and 7 deletions
|
@ -394,5 +394,5 @@ TreeCompare.compareTrees = function(treeA, treeB) {
|
|||
return _.isEqual(treeA, treeB);
|
||||
};
|
||||
|
||||
exports.TreeCompare = TreeCompare;
|
||||
module.exports = TreeCompare;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue