treeCompare mod

This commit is contained in:
Peter Cottle 2013-10-28 09:58:55 -07:00
parent 0112b3f839
commit 119c4aea16
7 changed files with 7 additions and 7 deletions

View file

@ -394,5 +394,5 @@ TreeCompare.compareTrees = function(treeA, treeB) {
return _.isEqual(treeA, treeB);
};
exports.TreeCompare = TreeCompare;
module.exports = TreeCompare;